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

@salesforce/dev-config

Package Overview
Dependencies
Maintainers
24
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.0 to 1.1.2

2

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

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

@@ -9,2 +9,3 @@ {

"arrow-parens": [true, "ban-single-arg-parens"],
"curly": [true, "ignore-same-line"],
"interface-name": false,

@@ -26,3 +27,3 @@ "interface-over-type-literal": false,

"ordered-imports": true,
"quotemark": [true, "single", "avoid-template"],
"quotemark": [true, "single", "avoid-template", "avoid-escape"],
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],

@@ -39,3 +40,2 @@ "variable-name": [true, "allow-leading-underscore"],

"no-octal-literal": true,
"no-reserved-keywords": true,
"no-string-based-set-immediate": true,

@@ -42,0 +42,0 @@ "no-string-based-set-interval": true,

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