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

eslint-output

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-output - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

app.js

@@ -52,4 +52,4 @@ #!/usr/bin/env node

if (report.errorCount > 0) {
process.exit(1);
process.exitCode = 1;
}
{
"name": "eslint-output",
"version": "1.0.0",
"version": "1.1.0",
"description": "export multiple formats of eslint",

@@ -28,3 +28,3 @@ "keywords": [

"lint:outputs": "node app.js",
"publish": "git push origin --tags && npm run changelog && git push origin",
"publish": "git push origin --tags && git push origin",
"release:patch": "npm version patch && npm publish",

@@ -31,0 +31,0 @@ "release:minor": "npm version minor && npm publish",

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