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.1.2 to 0.2.0

tsconfig.prod.json

16

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

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

"test": "mocha tests/*.ts --require ts-node/register",
"build": "tsc --outDir rules --sourceMap && rm rules/*.map"
"build": "tsc -p tsconfig.prod.json"
},

@@ -25,12 +25,12 @@ "repository": {

"homepage": "https://github.com/jonaskello/tslint-immutable#readme",
"dependencies": {
"tslint": "^3.7.1",
"typescript": "^1.8.9"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.46",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"ntypescript": "^1.201604080019.1",
"ts-node": "^0.7.1"
"ts-node": "^1.6.1",
"tslint": "^3.15.1",
"typescript": "^2.0.6"
}
}

@@ -13,3 +13,3 @@ # tslint-immutable

## TSLint Rules
There are three rules in the plugin:
There following rules are availavle:

@@ -16,0 +16,0 @@ ### no-let

@@ -35,2 +35,1 @@ "use strict";

}(Lint.RuleWalker));
//# sourceMappingURL=noExpressionStatementRule.js.map

@@ -53,2 +53,1 @@ "use strict";

}(Lint.RuleWalker));
//# sourceMappingURL=noLetRule.js.map

@@ -38,2 +38,1 @@ "use strict";

}(Lint.RuleWalker));
//# sourceMappingURL=noMutationRule.js.map

@@ -35,2 +35,1 @@ "use strict";

}(Lint.RuleWalker));
//# sourceMappingURL=noThisRule.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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