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 9.11.5 to 9.12.0

12

cdn.js

@@ -15,6 +15,2 @@ /* eslint-disable no-param-reassign */

function init() {
moduleToCdn.add(modules);
}
function getModuleName(nameandversion) {

@@ -231,3 +227,10 @@ const split = nameandversion.split('@');

let talendModulesConfigured = false;
function resolver(importPath, version, options) {
// insert talend modules at first module resolution
if (!talendModulesConfigured) {
moduleToCdn.add(modules);
talendModulesConfigured = true;
}
const info = moduleToCdn(importPath, version, options);

@@ -280,3 +283,2 @@ if (!info) {

resolver,
init,
getCopyConfig,

@@ -283,0 +285,0 @@ getWebpackPlugin,

# CHANGELOG
## 9.12.0
### Minor Changes
- 0a831ce: feat(ARCH-466/storybook): no @talend from cdn
## 9.11.5

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

{
"name": "@talend/scripts-config-cdn",
"version": "9.11.5",
"version": "9.12.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