New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zendeskgarden/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/eslint-config - npm Package Compare versions

Comparing version 15.0.0 to 16.0.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [16.0.0](https://github.com/zendeskgarden/eslint-config/compare/v15.0.0...v16.0.0) (2020-12-05)
### ⚠ BREAKING CHANGES
* **deps:** update dependency eslint to v7.14.0 (#128)
* **deps:** update dependency eslint to v7.14.0 ([#128](https://github.com/zendeskgarden/eslint-config/issues/128)) ([523dee3](https://github.com/zendeskgarden/eslint-config/commit/523dee3420ff26598435b1e515e5e3471e97eac5))
## [15.0.0](https://github.com/zendeskgarden/eslint-config/compare/v14.0.1...v15.0.0) (2020-07-29)

@@ -7,0 +16,0 @@

10

package.json

@@ -11,3 +11,3 @@ {

},
"version": "15.0.0",
"version": "16.0.0",
"main": "index.js",

@@ -26,3 +26,3 @@ "files": [

"babel-eslint": "^10.0.0",
"eslint": "^7.5.0",
"eslint": "^7.14.0",
"eslint-plugin-node": "^11.1.0"

@@ -32,8 +32,8 @@ },

"babel-eslint": "10.1.0",
"eslint": "7.5.0",
"eslint": "7.14.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-notice": "0.9.10",
"husky": "4.2.5",
"husky": "4.3.0",
"prettier-package-json": "2.1.3",
"standard-version": "8.0.2"
"standard-version": "9.0.0"
},

@@ -40,0 +40,0 @@ "keywords": [

@@ -102,2 +102,4 @@ /**

'no-new-wrappers': 2,
// disallow `\8` and `\9` escape sequences in string literals
'no-nonoctal-decimal-escape': 2,
// disallow use of (old style) octal literals

@@ -104,0 +106,0 @@ 'no-octal': 2,

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