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

@salesforce/dev-config

Package Overview
Dependencies
Maintainers
48
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 4.1.0 to 4.2.0

2

package.json
{
"name": "@salesforce/dev-config",
"version": "4.1.0",
"version": "4.2.0",
"description": "A set of standard typescript config and tslint options for Salesforce projects.",

@@ -5,0 +5,0 @@ "repository": "forcedotcom/dev-config",

@@ -5,3 +5,3 @@ {

"target": "ES2022",
"lib": ["ES2022"],
"lib": ["ES2023"],
"sourceMap": true,

@@ -8,0 +8,0 @@ "declaration": true,

{
"compilerOptions": {
"module": "commonjs",
"target": "es2021",
"lib": ["es2021"],
"module": "Node16",
"target": "ES2022",
"lib": ["ES2023"],
"sourceMap": true,

@@ -7,0 +7,0 @@ "declaration": 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