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

@salesforce/dev-config

Package Overview
Dependencies
Maintainers
23
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.0.4 to 1.1.0

2

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

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

@@ -8,19 +8,22 @@ {

"rules": {
"no-any": true,
"only-arrow-functions": false,
"no-bitwise": false,
"arrow-parens": [true, "ban-single-arg-parens"],
"interface-name": false,
"interface-over-type-literal": false,
"max-classes-per-file": false,
"max-line-length": false,
"no-any": true,
"no-bitwise": false,
"no-console": false,
"no-empty": false,
"no-floating-promises": true,
"no-string-literal": false,
"no-trailing-whitespace": [true],
"no-unused-variable": true,
"object-literal-key-quotes": [true, "as-needed"],
"object-literal-sort-keys": false,
"no-unused-variable": true,
"ordered-imports": false,
"only-arrow-functions": [true, "allow-named-functions"],
"ordered-imports": true,
"quotemark": [true, "single", "avoid-template"],
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],
"variable-name": [true, "allow-leading-underscore"],
"no-trailing-whitespace": [true],
"no-floating-promises": true,
// -- Begin MS SDL https://github.com/Microsoft/tslint-microsoft-contrib/wiki/TSLint-and-the-Microsoft-Security-Development-Lifecycle

@@ -27,0 +30,0 @@ "no-banned-terms": 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