Socket
Socket
Sign inDemoInstall

standard

Package Overview
Dependencies
9
Maintainers
17
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.2 to 13.1.0

1

AUTHORS.md

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

- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com)
- epixian (38962121+epixian@users.noreply.github.com)
#### Generated by tools/update-authors.sh.

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

## 13.1.0 - 2019-07-20
- Update `eslint` from `~6.0.1` to `~6.1.0`
## 13.0.2 - 2019-07-12

@@ -8,0 +12,0 @@

4

package.json
{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "13.0.2",
"version": "13.1.0",
"author": {

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

"dependencies": {
"eslint": "~6.0.1",
"eslint": "~6.1.0",
"eslint-config-standard": "13.0.1",

@@ -18,0 +18,0 @@ "eslint-config-standard-jsx": "7.0.0",

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

* **Declare browser globals** with a `/* global */` comment.<br>
Exceptions are: `window`, `document` and `navigator`.<br>
Exceptions are: `window`, `document`, and `navigator`.<br>
Prevents accidental use of poorly-named browser globals like `open`, `length`,

@@ -189,0 +189,0 @@ `event`, and `name`.

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