Socket
Socket
Sign inDemoInstall

standard

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

.npmignore

2

index.js

@@ -67,3 +67,3 @@ var cp = require('child_process')

var jscsReporter = opts.verbose ? JSCS_REPORTER_VERBOSE : JSCS_REPORTER
var jscsArgs = ['--config', JSCSRC, '--reporter', jscsReporter]
var jscsArgs = ['--config', JSCSRC, '--reporter', jscsReporter, '--esnext']

@@ -70,0 +70,0 @@ if (opts.verbose) {

{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "1.4.2",
"version": "1.5.0",
"author": {

@@ -24,3 +24,7 @@ "name": "Feross Aboukhadijeh",

},
"devDependencies": {},
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"run-series": "^1.0.2"
},
"homepage": "https://github.com/feross/standard",

@@ -51,4 +55,4 @@ "keywords": [

"scripts": {
"test": "node ./bin/cmd.js"
"test": "node ./bin/test.js"
}
}
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