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

cdnjs-transform

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdnjs-transform - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

7

index.js

@@ -83,7 +83,4 @@ var _ = require('lodash');

if (package.name !== memo[name].root) {
throw new Error(tmplt("Conflicted '{asset}'. '{package}' != '{root}'.", {
asset: filename,
package: package.name,
root: memo[name].root
}));
delete memo[name];
return memo;
}

@@ -90,0 +87,0 @@ // Figure out what kind of file this is and add it. This could be extended

{
"name": "cdnjs-transform",
"version": "0.0.6",
"version": "0.1.0",
"description": "Extract assets to make CDNjs's packages useful.",

@@ -5,0 +5,0 @@ "main": "index.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