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

eslint-config-warp

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-warp - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

index.js

@@ -13,3 +13,2 @@ 'use strict';

'no-warning-comments': [1, {terms: ['todo', 'tmp', 'temp', 'temporary', 'fixme']}],
'no-sync': [1],

@@ -16,0 +15,0 @@ //Best practices.

1

node.js

@@ -16,2 +16,3 @@ 'use strict';

rules: {
'no-sync': [1],
'global-require': [2],

@@ -18,0 +19,0 @@ 'handle-callback-err': [2],

{
"name": "eslint-config-warp",
"version": "2.1.0",
"version": "2.1.1",
"description": "WeAreReasonablePeople linting rules",

@@ -24,5 +24,5 @@ "main": "index.js",

"devDependencies": {
"xyz": "^2.1.0",
"eslint": "4.x.x"
"eslint": "4.x.x",
"xyz": "^3.0.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