Huge News!Announcing our $40M Series B led by Abstract Ventures.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.22.0 to 0.23.0

12

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

@@ -8,7 +8,11 @@ "main": "dist/immutable-linked-ordered-map.js",

"scripts": {
"test": "echo \"Error: No test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch",
"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"
"publish-git": "npm publish && git push && git push --tags",
"build-all": "npm run build && npm run dev-build",
"publish-patch": "npm run build-all && npm version patch && npm run publish-git",
"publish-minor": "npm run build-all && npm version minor && npm run publish-git",
"publish-major": "npm run build-all && npm version major && npm run publish-git"
},

@@ -28,3 +32,3 @@ "repository": {

],
"author": "Anton Bagdatyev (Tonix-Tuft)",
"author": "Anton Bagdatyev (Tonix)",
"license": "MIT",

@@ -31,0 +35,0 @@ "bugs": {

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

Sorry, the diff of this file is not supported yet

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