Socket
Socket
Sign inDemoInstall

sanctuary-style

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanctuary-style - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

1

eslint-common.json

@@ -30,2 +30,3 @@ {

"no-cond-assign": ["error", "except-parens"],
"no-constant-binary-expression": ["error"],
"no-dupe-args": ["error"],

@@ -32,0 +33,0 @@ "no-dupe-else-if": ["error"],

@@ -14,2 +14,3 @@ {

"no-invalid-regexp": ["error", {"allowConstructorFlags": ["g", "i", "m", "u", "y"]}],
"no-new-native-nonconstructor": ["error"],
"no-promise-executor-return": ["error"],

@@ -16,0 +17,0 @@ "no-unsafe-optional-chaining": ["error"],

6

package.json
{
"name": "sanctuary-style",
"version": "5.0.0",
"version": "6.0.0",
"description": "ESLint configuration",

@@ -15,7 +15,7 @@ "license": "MIT",

"devDependencies": {
"eslint": "8.2.x",
"eslint": "8.34.x",
"xyz": "4.0.x"
},
"peerDependencies": {
"eslint": "8.2.x"
"eslint": "8.34.x"
},

@@ -22,0 +22,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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