Socket
Socket
Sign inDemoInstall

standard

Package Overview
Dependencies
175
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

test.js

15

package.json
{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "2.2.5",
"version": "2.2.6",
"author": {

@@ -35,4 +35,9 @@ "name": "Feross Aboukhadijeh",

"keywords": [
"style checker",
"code style",
"code checker",
"code linter",
"style linter",
"simple",
"policy",
"code style",
"style",

@@ -49,3 +54,5 @@ "code",

"checker",
"code standards"
"code standards",
"JavaScript Standard Style",
"standard style"
],

@@ -60,3 +67,3 @@ "license": "MIT",

"scripts": {
"test": "./bin/cmd.js && node ./bin/test.js"
"test": "node ./bin/cmd.js && node ./test.js"
},

@@ -63,0 +70,0 @@ "standard": {

@@ -106,3 +106,3 @@ # JavaScript Standard Style

The beauty of JavaScript Standard Style is that it's simple. No one wants to maintain
multiple hundred-line `.jshintrc` and `.jscs` for every module/project they maintain.
multiple hundred-line `.jshintrc` and `.jscs` for every module/project they work on.
Enough of this madness!

@@ -109,0 +109,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc