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.21.0 to 0.22.0

dist/immutable-linked-ordered-map.js.map

12

package.json
{
"name": "immutable-linked-ordered-map",
"version": "0.21.0",
"version": "0.22.0",
"description": "A JavaScript immutable linked ordered map.",

@@ -10,3 +10,5 @@ "main": "dist/immutable-linked-ordered-map.js",

"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch",
"build": "WEBPACK_ENV=build webpack"
"dev-build": "WEBPACK_ENV=watch webpack --progress --colors",
"build": "WEBPACK_ENV=build webpack",
"publish-minor": "npm run build && npm run dev-build && npm version minor && npm publish && git push && git push --tags"
},

@@ -37,3 +39,7 @@ "repository": {

"webpack-cli": "^3.3.10"
}
},
"files": [
"dist",
"src"
]
}
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