Socket
Socket
Sign inDemoInstall

semistandard

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semistandard - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

5

CHANGELOG.md

@@ -5,4 +5,7 @@ # semistandard Change Log

## 4.1.3 - 2015-04-23
* Merged from `standard` rules: relax `no-lone-blocks` rule for [ES6 reasons](https://github.com/feross/standard/issues/121)
## 4.1.2 - 2015-04-16
* Fixed programmatic so it actually works.
* Fixed programmatic usage so it actually works.

@@ -9,0 +12,0 @@ ## 4.1.1 - 2015-04-15

4

eslintrc.json

@@ -94,3 +94,3 @@ {

"no-labels": 2,
"no-lone-blocks": 2,
"no-lone-blocks": 0,
"no-lonely-if": 0,

@@ -190,2 +190,2 @@ "no-loop-func": 0,

}
}
}
{
"name": "semistandard",
"description": "All the goodness of `feross/standard` with semicolons sprinkled on top.",
"version": "4.1.2",
"version": "4.1.3",
"author": {

@@ -17,3 +17,3 @@ "name": "Dan Flettre",

"dependencies": {
"standard-engine": "^1.3.1"
"standard-engine": "^1.4.0"
},

@@ -20,0 +20,0 @@ "devDependencies": {

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

'https://github.com/Flet/cursorfun.git',
'https://github.com/bnolan/scenevr.git'
'https://github.com/bnolan/scenevr.git',
'https://github.com/patrickarlt/acetate.git'
]

@@ -27,0 +28,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