kuow.org 75 packages

Last scanned on Oct 27 at 06:46 PM
lodash-es 4.15.0 - 4.17.10VulnerableOutdated
Lodash exported as ES modules.
License
MIT
Footprint
129 B
Vulnerabilities
Prototype Pollution in lodash
Affected versions >=0 <4.17.14
Regular Expression Denial of Service (ReDoS) in lodash
Affected versions >=0 <4.17.11
Command Injection in lodash
Affected versions >=0 <4.17.21
Regular Expression Denial of Service (ReDoS) in lodash
Affected versions >=0 <4.17.21
Prototype Pollution in lodash
Affected versions >=3.7.0 <4.17.20
Matched Modules
Version distribution in production
3 519
4.17.21
1 221
4.17.20
526
4.10.0
420
4.17.11
419
4.17.15
404
4.17.10
property-expr 1.5.1VulnerableOutdated
tiny util for getting and setting deep object props safely
lodash 4.17.16VulnerableOutdated
Lodash modular utilities.
react 0.10.0 - 0.13.3VulnerableOutdated
React is a JavaScript library for building user interfaces.
moment-timezone 0.5.17VulnerableOutdated
Parse and display moments in any timezone.
video.js 5.12.0 - 6.1.0VulnerableOutdated
An HTML5 video player that supports HLS and DASH with a common API and skin.
es5-ext 0.10.24 - 0.10.49VulnerableOutdated
ECMAScript extensions and shims
debug 2.3.1 - 3.1.0Outdated
Lightweight debugging utility for Node.js and the browser
ms 2.0.0Outdated
Tiny millisecond conversion utility
+5
gdborton
matheuss
rauchg
isarray 1.0.0 - 2.0.5
Array#isArray for older browsers
inherits 2.0.3Outdated
Browser-friendly inheritance fully compatible with standard node.js inherits()
buffer 4.6.0 - 4.9.2Outdated
Node.js Buffer API, for the browser
@babel/runtime 7.0.0 - 7.12.18Outdated
babel's modular runtime helpers
+1
hzoo
existentialism
nicolo-ribaudo
function-bind 1.1.0 - 1.1.1Outdated
Implementation of Function.prototype.bind
cookie 0.2.4 - 0.4.1Outdated
HTTP server cookie parsing and serialization
dougwilson
dougwilson
has-symbols 1.0.0 - 1.0.1Outdated
Determine if the JS environment has Symbol support. Supports spec, or shams.
es-abstract 1.12.0Outdated
ECMAScript spec abstract operations.
base64-js 1.3.0 - 1.5.1
Base64 encoding/decoding in pure JS
define-properties 1.1.0 - 1.1.2Outdated
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
is-callable 1.1.3Outdated
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
object-keys 0.6.0 - 1.0.12Outdated
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
regexp.prototype.flags 1.2.0Outdated
ES6 spec-compliant RegExp.prototype.flags shim.
core-js 2.5.7Outdated
Standard library
is-regex 1.0.4 - 1.0.5Outdated
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
is-date-object 1.0.1 - 1.0.3Outdated
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
util 0.10.0 - 0.12.5
Node.js's util module for all engines
es-to-primitive 1.1.1Outdated
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
function.prototype.name 1.0.3 - 1.1.0Outdated
An ES2015 spec-compliant `Function.prototype.name` shim
object.values 1.0.0 - 1.1.5Outdated
ES2017 spec-compliant Object.values shim.
array-includes 3.0.3Outdated
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
has 1.0.1 - 1.0.3Outdated
Object.prototype.hasOwnProperty.call shortcut
tarruda
tarruda
array.prototype.flat 1.2.1Outdated
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
prop-types 15.6.0 - 15.6.1Outdated
Runtime type checking for React props and similar objects.
object.fromentries 1.0.0Outdated
ES proposal-spec-compliant Object.fromEntries shim.
react-dom 16.4.1 - 16.4.2Outdated
React package for working with the DOM.
object.entries 1.0.0 - 1.1.5Outdated
ES2017 spec-compliant Object.entries shim.
lodash.debounce 4.0.8
The lodash method `_.debounce` exported as a module.
string.prototype.matchall 3.0.0Outdated
Spec-compliant polyfill for String.prototype.matchAll
hoist-non-react-statics 2.5.1 - 2.5.5Outdated
Copies non-react specific statics from a child component to a parent component
mridgway
mridgway
classnames 2.2.6Outdated
A simple utility for conditionally joining classNames together
assert 1.0.0 - 1.5.0Outdated
The assert module from Node.js, for the browser.
lodash.get 4.4.1 - 4.4.2
The lodash method `_.get` exported as a module.
object.getownpropertydescriptors 2.0.3Outdated
ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.
redux 4.0.0 - 4.0.1Outdated
Predictable state container for JavaScript apps
react-fast-compare 1.0.0Outdated
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
universal-user-agent 4.0.0Outdated
Get a user agent string across all JavaScript Runtime Environments
gr2m
gr2m
babel-runtime 6.18.0 - 6.26.0
babel selfContained runtime
hzoo
loganfsmyth
existentialism
toposort 2.0.2
Topological sort of directed ascyclic graphs (like dependecy lists)
yup 0.26.5 - 0.26.6Outdated
Dead simple Object schema validation
monastic.panic
monastic.panic
is-finite 1.0.1 - 1.0.2Outdated
ES2015 Number.isFinite() ponyfill
p-is-promise 3.0.0 - 4.0.0
Check if something is a promise
copy-to-clipboard 3.0.6 - 3.0.9Outdated
Copy stuff into clipboard using JS with fallbacks
toggle-selection 1.0.5 - 1.0.6
Toggle current selected content in browser
synchronous-promise 2.0.0 - 2.0.16Outdated
Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise
fluffynuts
fluffynuts
react-error-overlay 1.0.0 - 2.0.2Outdated
An overlay for displaying stack frames.
string.prototype.padend 3.0.0 - 3.1.3Outdated
ES2017 spec-compliant String.prototype.padEnd shim.
formik 1.0.0 - 2.2.9Outdated
Build forms in React, without the tears
foreach 2.0.4 - 2.0.6
foreach component + npm package
string-convert 0.2.0 - 0.2.1
String convertions
akiran
akiran
json2mq 0.2.0
Generate media query string from JSON or javascript object
akiran
akiran
gud 1.0.0
Create a 'gud nuff' (not cryptographically secure) globally unique id
promise.prototype.finally 3.1.0Outdated
ES Proposal spec-compliant shim for Promise.prototype.finally
string.prototype.padstart 3.0.0 - 3.1.3Outdated
ES2017 spec-compliant String.prototype.padStart shim.
enquire.js 2.1.6
Awesome Media Queries in JavaScript
react-slick 0.23.0 - 0.23.2Outdated
React port of slick carousel
jsonp 0.2.0 - 0.2.1
A sane JSONP implementation.
tootallnate
rauchg
feross
reactstrap 5.0.0 - 7.0.0Outdated
React Bootstrap components
bootstrap-vue 1.0.0 - 2.15.0Outdated
With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extens
deepcopy 2.0.0 - 2.1.0
deep copy data
sasaplus1
sasaplus1
jsuri 1.3.1
Uri and query string manipulation
turbolinks 5.0.0 - 5.2.0
Turbolinks makes navigating your web application faster
tiny-slider 2.8.8Outdated
Vanilla javascript slider for all purposes, inspired by Owl Carousel.
ganlanyuan
ganlanyuan
react-bootstrap-table-next 0.1.2 - 4.0.3
Next generation of react-bootstrap-table
react-imgix 3.0.0 - 8.6.1Outdated
React Component for displaying an image from Imgix
tg-core-components 2.0.0 - 6.1.19Outdated
tg-core-components
+4
albinadolfsson
codebetniklas
sebost