New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electrode-cdn-file-loader

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrode-cdn-file-loader - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -27,4 +27,4 @@ "use strict";

const cdn = "const url = " + JSON.stringify(url) + ";\n" +
"const cdnUrl = typeof _wml !== \"undefined\" && _wml.cdn && _wml.cdn.map(url);\n";
const cdn = "var url = " + JSON.stringify(url) + ";\n" +
"var cdnUrl = typeof _wml !== \"undefined\" && _wml.cdn && _wml.cdn.map(url);\n";

@@ -31,0 +31,0 @@ return cdn + "module.exports = cdnUrl || __webpack_public_path__ + url;";

{
"name": "electrode-cdn-file-loader",
"version": "1.1.0",
"version": "1.1.1",
"description": "Webpack CDN file loader",
"main": "index.js",
"scripts": {
"test": "node ./b"
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -9,0 +9,0 @@ "repository": {

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