Socket
Socket
Sign inDemoInstall

standard

Package Overview
Dependencies
305
Maintainers
17
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.0 to 8.2.0

1

AUTHORS.md

@@ -73,3 +73,4 @@ # Authors

- Tim Oxley (secoif@gmail.com)
- Linus Unnebäck (linus@folkdatorn.se)
#### Generated by bin/update-authors.sh.

@@ -6,2 +6,12 @@ # Change Log

## 8.2.0 - 2016-09-26
For many users, this release should eliminate the need to specify `babel-eslint` as
a custom parser, since `standard` can now parse ES7 (i.e. ES2016) syntax out of the
box.
- Support ES7 (i.e. ES2016) syntax.
- Update ESLint from 3.5.x to 3.6.x.
- 4 additional rules are now fixable with `standard --fix`!
## 8.1.0 - 2016-09-17

@@ -8,0 +18,0 @@

8

package.json
{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "8.1.0",
"version": "8.2.0",
"author": {

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

"dependencies": {
"eslint": "~3.5.0",
"eslint-config-standard": "6.0.1",
"eslint-config-standard-jsx": "3.0.1",
"eslint": "~3.6.0",
"eslint-config-standard": "6.1.0",
"eslint-config-standard-jsx": "3.1.0",
"eslint-plugin-promise": "^2.0.0",

@@ -20,0 +20,0 @@ "eslint-plugin-react": "^6.0.0",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc