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

tslint-immutable

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-immutable - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

scripts/publish.js

10

package.json
{
"name": "tslint-immutable",
"version": "0.2.1",
"version": "0.2.2",
"description": "TSLint rules to disable all mutation in TypeScript.",

@@ -8,3 +8,6 @@ "main": "index.js",

"test": "mocha tests/*.ts --require ts-node/register",
"build": "tsc -p tsconfig.prod.json"
"build": "tsc -p tsconfig.prod.json",
"publish:major": "npm run build && node scripts/publish.js major",
"publish:minor": "npm run build && node scripts/publish.js minor",
"publish:patch": "npm run build && node scripts/publish.js patch"
},

@@ -31,2 +34,3 @@ "repository": {

"mocha": "^2.4.5",
"shelljs": "^0.7.5",
"ts-node": "^1.6.1",

@@ -36,2 +40,2 @@ "tslint": "^3.15.1",

}
}
}
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