bokadirekt.se 170 packages

Last scanned on Jan 19 at 04:39 PM
postcss 8.0.0 - 8.4.21VulnerableOutdated
Tool for transforming styles with JS plugins
License
MIT
Vulnerabilities
PostCSS line return parsing error
Affected versions >=0 <8.4.31
Version distribution in production
230
8.4.14
220
8.4.18
217
8.4.5
211
8.4.16
207
8.4.8
206
8.3.11
uuid 7.0.2 - 8.0.0Outdated
RFC4122 (v1, v4, and v5) UUIDs
isarray 0.0.0 - 0.0.1Outdated
Array#isArray for older browsers
react-is 17.0.2Outdated
Brand checking of React Elements.
punycode 2.1.1 - 2.2.0Outdated
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
regenerator-runtime x.x.x
Runtime for Regenerator-compiled generator and async functions.
@babel/runtime 7.18.2 - 7.18.3Outdated
babel's modular runtime helpers
+1
hzoo
existentialism
nicolo-ribaudo
get-intrinsic 1.1.3Outdated
Get and robustly cache all JS language-level intrinsics at first require time
function-bind 1.1.1Outdated
Implementation of Function.prototype.bind
path-to-regexp 1.8.0Outdated
Express style path to RegExp utility
axios 0.27.2Outdated
Promise based HTTP client for the browser and node.js
cookie 0.4.2Outdated
HTTP server cookie parsing and serialization
dougwilson
dougwilson
call-bind 1.0.2Outdated
Robustly `.call.bind()` a function
object-inspect 1.12.3Outdated
string representations of objects in node and the browser
has-symbols 1.0.2 - 1.0.3
Determine if the JS environment has Symbol support. Supports spec, or shams.
array-union 3.0.0 - 3.0.1
Create an array of unique values, in order, from the input arrays
side-channel 1.0.4Outdated
Store information about any JS value in a side channel. Uses WeakMap if available.
has-property-descriptors 1.0.0Outdated
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
object-assign 3.0.0Outdated
ES2015 `Object.assign()` ponyfill
es-abstract 1.18.7 - 1.20.4Outdated
ECMAScript spec abstract operations.
define-properties 1.1.4Outdated
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
is-callable 1.2.7
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
object.assign 4.1.2Outdated
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
has-tostringtag 1.0.0Outdated
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
which-typed-array 1.1.6 - 1.1.9Outdated
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
object-keys 1.1.1
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
regexp.prototype.flags 1.4.3Outdated
ES6 spec-compliant RegExp.prototype.flags shim.
core-js 3.20.3 - 3.21.1Outdated
Standard library
is-typed-array 1.1.7 - 1.1.10Outdated
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
is-regex 1.1.4
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
available-typed-arrays 1.0.5Outdated
Returns an array of Typed Array names that are available in the current environment
is-date-object 1.0.5
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-symbol 1.0.2 - 1.0.4
Determine if a value is an ES6 Symbol or not.
is-shared-array-buffer 1.0.0 - 1.0.2Outdated
Is this value a JS SharedArrayBuffer?
is-string 1.0.7
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
has-bigints 1.0.2
Determine if the JS environment has BigInt support.
for-each 0.3.3
A better forEach
ljharb
raynos
is-number-object 1.0.6 - 1.0.7
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-boolean-object 1.1.2
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-bigint 1.0.3 - 1.0.4
Is this value an ES BigInt?
functions-have-names 1.2.3
Does this JS environment support the `name` property on functions?
which-boxed-primitive 1.0.0 - 1.0.2
Which kind of boxed JS primitive is this?
array-includes 3.0.0 - 3.1.6Outdated
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
string.prototype.trim 1.1.0 - 1.2.7Outdated
ES5 spec-compliant shim for String.prototype.trim
scheduler 0.20.2Outdated
Cooperative scheduler for the browser environment.
has 1.0.2 - 1.0.3Outdated
Object.prototype.hasOwnProperty.call shortcut
tarruda
tarruda
array.prototype.flat 1.2.1 - 1.3.1Outdated
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
prop-types 15.5.0 - 15.6.1Outdated
Runtime type checking for React props and similar objects.
is-arguments 1.1.1
Is this an arguments object? It's a harder question than you think.
react 17.0.2Outdated
React is a JavaScript library for building user interfaces.
react-dom 17.0.2Outdated
React package for working with the DOM.
lodash.debounce 4.0.8
The lodash method `_.debounce` exported as a module.
moment 2.25.0 - 2.29.4Outdated
Parse, validate, manipulate, and display dates
deep-equal 2.2.0Outdated
node's assert.deepEqual algorithm
lodash.memoize 4.1.2
The lodash method `_.memoize` exported as a module.
asap 2.0.5 - 2.0.6
High-priority task queue for Node.js and browsers
decode-uri-component 0.2.2Outdated
A better decodeURIComponent
object-is 1.1.4 - 1.1.5Outdated
ES2015-compliant shim for Object.is - differentiates between -0 and +0
is-set 2.0.1 - 2.0.2Outdated
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-map 2.0.1 - 2.0.2Outdated
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
@emotion/memoize 0.7.5Outdated
emotion's memoize utility
+1
emmatown
tkh44
emotion-release-bot
hoist-non-react-statics 3.3.2
Copies non-react specific statics from a child component to a parent component
mridgway
mridgway
promise 8.3.0
Bare bones Promises/A+ implementation
forbeslindesay
then-promise-bot
@emotion/unitless 0.7.2 - 0.7.5Outdated
An object of css properties that don't accept values with units
+1
emmatown
tkh44
emotion-release-bot
classnames 2.3.2Outdated
A simple utility for conditionally joining classNames together
stylis 4.1.0 - 4.1.1Outdated
A Light–weight CSS Preprocessor
andarist
thysultan
query-string 6.14.0 - 6.14.1Outdated
Parse and stringify URL query strings
repeat-element 1.1.4
Create an array by repeating the given value n times.
@emotion/hash 0.8.0Outdated
A MurmurHash2 implementation
+1
emmatown
tkh44
emotion-release-bot
react-transition-group 4.4.0 - 4.4.2Outdated
A react component toolset for managing animations
es-get-iterator 1.1.1 - 1.1.2Outdated
Get an iterator for any JS language value. Works robustly across all environments, all versions.
whatwg-fetch 3.6.2Outdated
A window.fetch polyfill.
jakechampion
mattandrews
mislav
dom-helpers 5.2.1
tiny modular DOM lib for ie9+
underscore 1.11.0 - 1.13.6
JavaScript's functional programming helper library.
core-js-pure 3.22.6 - 3.22.7Outdated
Standard library
@emotion/serialize 1.0.2 - 1.1.1Outdated
serialization utils for emotion
+1
emmatown
tkh44
emotion-release-bot
tiny-invariant 0.0.2 - 1.3.1Outdated
A tiny invariant function
validator 13.7.0Outdated
String validation and sanitization
@floating-ui/dom 1.1.0Outdated
Floating UI for the web
@emotion/utils 1.1.0Outdated
internal utils for emotion
+1
emmatown
tkh44
emotion-release-bot
strict-uri-encode 2.0.0
A stricter URI encode adhering to RFC 3986
object.getownpropertydescriptors 2.0.0 - 2.1.5Outdated
ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.
@floating-ui/core 0.7.0 - 1.1.0Outdated
Positioning library for floating elements: tooltips, popovers, dropdowns, and more
@sentry/utils 7.2.0 - 7.31.0Outdated
Utilities for all Sentry JavaScript SDKs
+8
benvinegar
billyvg
mitsuhiko
memoize-one 6.0.0
A memoization library which only remembers the latest invocation
@emotion/cache x.x.x
emotion's cache
+1
emmatown
tkh44
emotion-release-bot
react-router 5.3.2 - 5.3.3Outdated
Declarative routing for React
@sentry/core 7.15.0 - 7.31.1Outdated
Base implementation for all Sentry JavaScript SDKs
+8
benvinegar
billyvg
mitsuhiko
@emotion/sheet 1.1.0 - 1.2.1Outdated
emotion's stylesheet
+1
emmatown
tkh44
emotion-release-bot
es5-ext 0.4.0 - 0.6.3Outdated
ECMAScript extensions and shims
redux 4.2.0Outdated
Predictable state container for JavaScript apps
react-router-dom 5.3.0 - 5.3.3Outdated
Declarative routing for React web applications
react-fast-compare 3.1.0 - 3.2.0Outdated
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
warning 4.0.3
A mirror of Facebook's Warning
moment-timezone 0.1.0 - 0.5.40Outdated
Parse and display moments in any timezone.
@emotion/react 11.0.0 - 11.10.5Outdated
> Simple styling in React.
+1
emmatown
tkh44
emotion-release-bot
filter-obj 1.1.0Outdated
Filter object keys and values into a new object
@dabh/diagnostics 2.0.2 - 2.0.3
Tools for debugging your node.js modules and event loop
react-redux 7.2.8Outdated
Official React bindings for Redux
@babel/runtime-corejs3 7.18.3 - 7.19.1Outdated
babel's modular runtime helpers with core-js@3 polyfilling
+1
hzoo
existentialism
nicolo-ribaudo
history 4.10.1Outdated
Manage session history with JavaScript
md5 1.0.0 - 1.0.1Outdated
js function for hashing messages with MD5
coolaj86
pvorb
d3-shape 1.0.2 - 3.2.0
Graphical primitives for visualization, such as lines and areas.
react-lifecycles-compat 3.0.4
Backwards compatibility polyfill for React class components
fb
sophiebits
split-on-first 1.0.0 - 1.1.0Outdated
Split a string on the first occurance of a given separator
resize-observer-polyfill 1.5.1
A polyfill for the Resize Observer API
i18next 21.10.0 - 22.0.7Outdated
i18next internationalization framework
redux-thunk 2.4.0 - 2.4.1Outdated
Thunk middleware for Redux.
react-select 5.2.2 - 5.7.0Outdated
A Select control built with and for ReactJS
use-isomorphic-layout-effect 1.0.0 - 1.1.2
A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).
andarist
andarist
@aws-sdk/util-uri-escape 3.55.0 - 3.186.0Outdated
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-uri-escape/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-uri-escape) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-uri-escape.svg)](https://www.npmjs.com/package/@aws-sd
+2
amzn-oss
aws-sdk-bot
kuhe
resolve-pathname 3.0.0
Resolve URL pathnames using JavaScript
mjackson
mjackson
value-equal 1.0.1
Are these two JavaScript values equal?
mjackson
mjackson
@mui/system 5.0.5 - 5.11.5Outdated
MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.
preact 10.7.0 - 10.7.2Outdated
Fast 3kb React-compatible Virtual DOM library.
react-app-polyfill 2.0.0 - 3.0.0
Polyfills for various browsers including commonly used language features
+1
fb
timer
iansu
react-i18next 11.18.5 - 12.1.4Outdated
Internationalization for react done right. Using the i18next i18n ecosystem.
@apollo/client 3.0.0 - 3.7.4Outdated
A fully-featured caching GraphQL client.
react-scripts 0.4.2Outdated
Configuration and scripts for Create React App.
+1
fb
timer
iansu
@sentry/tracing 6.17.0 - 7.15.0Outdated
Sentry Performance Monitoring Package
+8
benvinegar
billyvg
mitsuhiko
exenv 1.2.1 - 1.2.2
React's ExecutionEnvironment module extracted for use in other packages & components
shallow-equal 1.2.0 - 1.2.1Outdated
Typescript-compatible minimalistic shallow equality check for arrays/objects
string-hash 1.1.3
fast string hashing function
react-icons 4.3.1Outdated
SVG React icons of popular icon packs using ES6 imports
+2
nwwells
tusbar
gorangajic
string-convert 0.1.0 - 0.2.1
String convertions
akiran
akiran
json2mq 0.2.0
Generate media query string from JSON or javascript object
akiran
akiran
array.prototype.find 2.0.0 - 2.2.1Outdated
Array.prototype.find ES6 polyfill.
react-side-effect 2.1.0Outdated
Create components whose prop changes map to a global side effect
react-helmet 6.1.0
A document head manager for React
@ctrl/tinycolor 2.1.0 - 2.2.1Outdated
Fast, small color manipulation and conversion for JavaScript
i18next-browser-languagedetector 6.1.5 - 7.0.1Outdated
language detector used in browser environment for i18next
react-modal 3.14.4 - 3.15.1Outdated
Accessible modal dialog component for React.JS
universal-cookie 4.0.4Outdated
Universal cookies for JavaScript
rc-trigger 4.3.0 - 4.3.4Outdated
base abstract trigger component for react
react-tooltip 4.2.8 - 4.2.21Outdated
react tooltip component
enquire.js 2.1.6
Awesome Media Queries in JavaScript
react-slick 0.27.14Outdated
React port of slick carousel
leaflet 1.9.1Outdated
JavaScript library for mobile-friendly interactive maps
merge-class-names 1.4.2
A function that merges given class names, no matter their format: string with single or multiple class names or an array of class names. Filters out invalid class names as well.
@chakra-ui/theme 1.4.0 - 2.1.0Outdated
The default theme for chakra components
get-user-locale 1.5.0 - 2.0.0Outdated
Returns a list of strings representing the user's preferred languages.
react-calendar 3.9.0Outdated
Ultimate calendar for your React app.
react-autosuggest 10.1.0
WAI-ARIA compliant React autosuggest component
react-themeable 1.1.0
Utility for making React components easily themeable
markdalgleish
markdalgleish
section-iterator 2.0.0
Simple iterator for flat and multi section lists
bootstrap-vue 2.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
react-ga 3.3.0Outdated
React Google Analytics Module
mobile-detect 1.4.5
Device detection (phone, tablet, desktop, mobile grade, os, versions)
react-truncate 2.4.0
React component for truncating multi-line spans and adding an ellipsis
react-timeago 5.3.0 - 6.0.0Outdated
A simple Time-Ago component for ReactJs
aphrodite 2.4.0
Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation
react-scrolllock 5.0.1
Prevent scroll on the body when component is mounted.
react-images 0.5.0Outdated
A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS
prebid.js 2.10.0 - 3.11.0Outdated
Header Bidding Management Library
react-dfp 0.7.6Outdated
A React implementation of the google [DFP](https://developers.google.com/doubleclick-gpt/reference "GPT Reference") API. This package is inspired in the awesome library [jquery.dfp](https://github.com/coop182/jquery.dfp.js), and aims to provide its same e
@culturehq/add-to-calendar x.x.x
@sentry/src x.x.x
src x.x.x
gopd x.x.x
is-array-buffer x.x.x
is-weakmap x.x.x
is-weakset x.x.x
react-confirm-alert x.x.x
@react-leaflet/core x.x.x
react-leaflet x.x.x
react-loading-bar x.x.x
which-collection x.x.x
@adyen/adyen-web x.x.x
@wojtekmaj/date-utils x.x.x
@emotion/use-insertion-effect-with-fallbacks x.x.x