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

@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.9.0 to 10.9.1

2

cdn.js

@@ -143,3 +143,3 @@ /* eslint-disable global-require */

if (fs.existsSync(lockTypeMap.npm.path)) {
const packagelock = require(lockTypeMap.npm.lockfile);
const packagelock = require(lockTypeMap.npm.path);
infos = getAllFlattenDependencies(packagelock)

@@ -146,0 +146,0 @@ .map(({ name, version }) => moduleToCdn(name, version, { env: 'development' }))

# CHANGELOG
## 10.9.1
### Patch Changes
- 06598a0c0: fix(TDP-12694): require valid package-lock file path
## 10.9.0

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

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