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
76
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 2.1.3 to 3.0.0

9

CHANGELOG.md

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

## [3.0.0](https://github.com/forcedotcom/dev-config/compare/v2.1.3...v3.0.0) (2021-12-17)
### ⚠ BREAKING CHANGES
* update typedoc config
* Merge pull request #2 from forcedotcom/cd/W-10159876 ([1b1a4b6](https://github.com/forcedotcom/dev-config/commit/1b1a4b6cd13d51da346a9a2d06a59a8147f82e9c)), closes [#2](https://github.com/forcedotcom/dev-config/issues/2)
### 2.1.3 (2021-12-17)

@@ -7,0 +16,0 @@

2

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

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

module.exports = {
includes: 'src',
mode: 'file',
module: 'commonjs',
excludeExternals: true,
excludeNotExported: true,
excludePrivate: true,
includeDeclarations: true,
target: 'ES6',
hideGenerator: true,
theme: 'minimal'
};
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