Socket
Socket
Sign inDemoInstall

codelyzer

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codelyzer - npm Package Compare versions

Comparing version 0.0.0 to 0.0.10

.npmignore

43

package.json
{
"name": "codelyzer",
"version": "0.0.0",
"description": "Static code analyzer for Angular 2",
"version": "0.0.10",
"description": "A set of linters for Angular 2 applications, following https://github.com/mgechev/angular2-style-guide.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --compilers ts:ts-node/register",
"tsc": "tsc",
"tscw": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mgechev/ng2lint.git"
},
"keywords": [
"Angular",
"2",
"style",
"guide",
"ng2lint",
"lint",
"tslint"
],
"author": {
"name": "Minko Gechev",
"email": "mgechev@gmail.com"
"email": "mgechev@gmail.com"
},
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/mgechev/ng2lint/issues"
},
"homepage": "https://github.com/mgechev/ng2lint#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"mocha": "^2.4.5",
"ts-node": "^0.5.5",
"typings": "^0.6.8"
},
"peerDependencies": {
"tslint": "^3.5.0",
"typescript": "~1.8.0"
},
"dependencies": {
"sprintf-js": "^1.0.3"
}
}
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