New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

immutable-linked-ordered-map

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-linked-ordered-map - npm Package Compare versions

Comparing version 0.6.0 to 0.8.0

LICENSE.md

58

package.json
{
"name": "immutable-linked-ordered-map",
"version": "0.6.0",
"description": "ImmutableLinkedOrderedMap: A JavaScript immutable linked ordered map",
"main": "src/ImmutableLinkedOrderedMap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonix-tuft/immutable-linked-ordered-map.git"
},
"keywords": [
"immutable",
"data-structure",
"javascript",
"ordered-map",
"map",
"linked"
],
"author": "Anton Bagdatyev (Tonix-Tuft)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonix-tuft/immutable-linked-ordered-map/issues"
},
"homepage": "https://github.com/tonix-tuft/immutable-linked-ordered-map#readme"
"name": "immutable-linked-ordered-map",
"version": "0.8.0",
"description": "ImmutableLinkedOrderedMap: A JavaScript immutable linked ordered map",
"main": "src/ImmutableLinkedOrderedMap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch",
"build": "WEBPACK_ENV=build webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonix-tuft/immutable-linked-ordered-map.git"
},
"keywords": [
"immutable",
"data-structure",
"javascript",
"ordered-map",
"map",
"linked"
],
"author": "Anton Bagdatyev (Tonix-Tuft)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonix-tuft/immutable-linked-ordered-map/issues"
},
"homepage": "https://github.com/tonix-tuft/immutable-linked-ordered-map#readme",
"devDependencies": {
"terser-webpack-plugin": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
}
}

Sorry, the diff of this file is too big to display

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