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

@salesforce/dev-config

Package Overview
Dependencies
Maintainers
55
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 3.0.1 to 3.1.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [3.1.0](https://github.com/forcedotcom/dev-config/compare/v3.0.1...v3.1.0) (2022-07-07)
### Features
* bump tsconfig target/lib ([2e0969c](https://github.com/forcedotcom/dev-config/commit/2e0969c72d1649bdedbc3fa9c64b6c5fbba7316a))
### [3.0.1](https://github.com/forcedotcom/dev-config/compare/v3.0.0...v3.0.1) (2022-02-12)

@@ -7,0 +14,0 @@

2

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

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

{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["es2019"],
"target": "es2020",
"lib": ["es2020"],
"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