Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salesforce/dev-config

Package Overview
Dependencies
Maintainers
25
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/dev-config - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "@salesforce/dev-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "dev configs for sfdx",

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

@@ -12,3 +12,4 @@ {

"alwaysStrict": true,
"noUnusedLocals": true
}
}

@@ -21,3 +21,2 @@ {

"no-trailing-whitespace": [true],
"no-unused-variable": true,
"object-literal-key-quotes": [true, "as-needed"],

@@ -28,2 +27,3 @@ "object-literal-sort-keys": false,

"quotemark": [true, "single", "avoid-template", "avoid-escape"],
"semicolon": [true, "always", "ignore-bound-class-methods"],
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],

@@ -44,3 +44,3 @@ "variable-name": [true, "allow-leading-underscore"],

"no-eval": true
// -- End MS SDL
// -- End MS SDL
},

@@ -47,0 +47,0 @@ "rulesDirectory": [

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