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

cz-adapter-eslint

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-adapter-eslint - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/cz-adapter-eslint.js

14

package.json

@@ -8,9 +8,16 @@ {

"repository": "stormwarning/cz-adapter-eslint",
"version": "0.1.0",
"version": "0.1.1",
"files": [
"dist/cz-adapter-eslint.js",
"dist/cz-adapter-eslint.m.js",
"dist/cz-adapter-eslint.umd.js"
],
"scripts": {
"_precommit": "lint-staged && npm test",
"build": "microbundle -i src/index.js -o dist",
"cm": "git-cz",
"lint": "npm-run-all lint:*",
"lint:js": "prettier-eslint '**/*.js'",
"lint:js": "prettier-eslint 'src/*.js' --write",
"lint:markdown": "remark . -qo",
"prepublish": "npm run build",
"test": "npm run lint"

@@ -20,3 +27,3 @@ },

"commitizen": {
"path": "./index.js"
"path": "./dist/cz-adapter-eslint.js"
}

@@ -35,2 +42,3 @@ },

"lint-staged": "~4.3.0",
"microbundle": "^0.4.4",
"npm-run-all": "~4.1.2",

@@ -37,0 +45,0 @@ "remark-cli": "~4.0.0",

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