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

eslint-config-pv

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-pv - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.6
- Changed: disabled no-new
# 1.0.5

@@ -2,0 +6,0 @@

2

package.json
{
"name": "eslint-config-pv",
"version": "1.0.5",
"version": "1.0.6",
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.",

@@ -5,0 +5,0 @@ "author": {

@@ -205,3 +205,3 @@ /* eslint-disable max-len */

// disallow use of new operator when not part of the assignment or comparison
"no-new": 2,
"no-new": 0,
// disallow use of new operator for Function object

@@ -208,0 +208,0 @@ "no-new-func": 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