tslint-immutable
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"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", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23122
10
229
9
1