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

@opticss/code-style

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opticss/code-style - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

28

package.json

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