Socket
Socket
Sign inDemoInstall

standard

Package Overview
Dependencies
Maintainers
11
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 8.0.0-beta.4 to 8.0.0-beta.5

9

bin/cmd.js
#!/usr/bin/env node
var opts = require('../options')
require('standard-engine').cli(opts)
if (process.version.match(/v(\d+)\./)[1] < 4) {
console.error('standard: Node v4 or greater is required. `standard` did not run.')
} else {
var opts = require('../options')
require('standard-engine').cli(opts)
}
{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "8.0.0-beta.4",
"version": "8.0.0-beta.5",
"author": {

@@ -15,5 +15,5 @@ "email": "feross@feross.org",

"dependencies": {
"eslint": "~3.1.1",
"eslint-config-standard": "6.0.0-beta.2",
"eslint-config-standard-jsx": "2.0.0",
"eslint": "~3.3.1",
"eslint-config-standard": "6.0.0-beta.3",
"eslint-config-standard-jsx": "3.0.0",
"eslint-plugin-promise": "^2.0.0",

@@ -33,2 +33,5 @@ "eslint-plugin-react": "^6.0.0",

},
"engines": {
"node": ">=4"
},
"homepage": "http://standardjs.com",

@@ -67,3 +70,2 @@ "keywords": [

"scripts": {
"update-authors": "./bin/update-authors.sh",
"test": "./bin/cmd.js --verbose && tape test/*.js",

@@ -73,4 +75,5 @@ "test-disabled": "npm test -- --disabled",

"test-offline-quick": "npm test -- --offline --quick",
"test-quick": "npm test -- --quick"
"test-quick": "npm test -- --quick",
"update-authors": "./bin/update-authors.sh"
}
}
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