@opticss/code-style
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"main": "configs/tslint.interactive.json", | ||
@@ -16,12 +16,12 @@ "readme": "README.md", | ||
"scripts": { | ||
"compile": "rm -rf dist && ../../../node_modules/.bin/tsc", | ||
"pretest": "npm run compile", | ||
"compile": "rm -rf dist && tsc", | ||
"pretest": "yarn run compile", | ||
"which": "echo $PATH", | ||
"test": "../../../node_modules/.bin/tslint --test test/rules/*/*", | ||
"debug": "echo `pwd` && node --inspect-brk=9229 ../../node_modules/.bin/tslint --test test/rules/*/*", | ||
"posttest": "npm run lint", | ||
"lint": "../../../node_modules/.bin/tslint -t msbuild -p . -c tslint.cli.json", | ||
"lintall": "../../../node_modules/.bin/tslint -t msbuild -p . -c tslint.release.json", | ||
"lintfix": "../../../node_modules/.bin/tslint -t msbuild -p . --fix -c tslint.cli.json", | ||
"prepublishOnly": "npm run compile && npm run lintall" | ||
"test": "tslint --test test/rules/*/*", | ||
"debug": "echo `pwd` && node --inspect-brk=9229 tslint --test test/rules/*/*", | ||
"posttest": "yarn run lint", | ||
"lint": "tslint -t msbuild -p . -c tslint.cli.json", | ||
"lintall": "tslint -t msbuild -p . -c tslint.release.json", | ||
"lintfix": "tslint -t msbuild -p . --fix -c tslint.cli.json", | ||
"prepublishOnly": "yarn run compile && yarn run lintall" | ||
}, | ||
@@ -37,3 +37,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=8" | ||
"node": "6.* || 8.* || >= 10.*" | ||
}, | ||
@@ -44,4 +44,4 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.7.2" | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "files": [ | ||
], | ||
"gitHead": "8f8caac4e6ce2342d0d8f90a68c2633109223a73" | ||
"gitHead": "2e6f18fe4bb3dea0f80c5d316f65f3df2d88a751" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
27379
1