Socket
Socket
Sign inDemoInstall

@talend/scripts-config-cdn

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/scripts-config-cdn - npm Package Compare versions

Comparing version 10.5.4 to 10.6.0

3

cdn.js

@@ -252,2 +252,5 @@ /* eslint-disable global-require */

function getWebpackPlugin(env, dcwpConfig = {}) {
if (dcwpConfig === false) {
return null;
}
let defaultExclude = ['react-popper', 'react-css-transition', 'timezone-support'];

@@ -254,0 +257,0 @@ if (env.talendumds) {

# CHANGELOG
## 10.6.0
### Minor Changes
- 925cec02b: feat: add toggle to activate or not dynamic-cdn-plugin
## 10.5.4

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@talend/scripts-config-cdn",
"version": "10.5.4",
"version": "10.6.0",
"description": "Provide a simple API to inject CDN config into existing webpack configuration",

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

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