Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mnemonist

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mnemonist - npm Package Compare versions

Comparing version 0.38.4 to 0.38.5

24

package.json
{
"name": "mnemonist",
"version": "0.38.4",
"description": "Curated collection of data structures for the JavaScript language.",
"version": "0.38.5",
"description": "Curated collection of data structures for the JavaScript/TypeScript.",
"scripts": {

@@ -75,3 +75,3 @@ "lint": "eslint ./*.js ./utils ./test",

"dependencies": {
"obliterator": "^1.6.1"
"obliterator": "^2.0.0"
},

@@ -86,3 +86,3 @@ "devDependencies": {

"matcha": "^0.7.0",
"mocha": "^8.3.0",
"mocha": "^9.1.3",
"pandemonium": "^2.0.0",

@@ -95,18 +95,2 @@ "seedrandom": "^3.0.5",

"extends": "@yomguithereal/eslint-config",
"globals": {
"Set": true,
"Map": true,
"WeakMap": true,
"Symbol": true,
"ArrayBuffer": true,
"Uint8Array": true,
"Uint8ClampedArray": true,
"Uint16Array": true,
"Uint32Array": true,
"Int8Array": true,
"Int16Array": true,
"Int32Array": true,
"Float32Array": true,
"Float64Array": true
},
"parserOptions": {

@@ -113,0 +97,0 @@ "ecmaVersion": 6,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc