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

amdify

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amdify - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

jam/async/lib/async.js

6

lib/transformers/copy.js

@@ -18,2 +18,3 @@ mkdirp = require("mkdirp"),

this.output = options.output;
this.prefix = options.prefix;
this._super(target);

@@ -28,7 +29,6 @@ },

var self = this,
fp = path.join(self.output, dep.alias),
fp = path.join(self.output, dep.alias.replace(new RegExp("^" + this.prefix), "")),
dir = path.dirname(fp),
o = outcome.e(next);
step(

@@ -35,0 +35,0 @@

@@ -22,3 +22,2 @@ templates = require("../templates"),

var options = {

@@ -32,3 +31,2 @@ __dirname: path.dirname(dep.alias),

dep.content(this.render(options));

@@ -35,0 +33,0 @@ callback();

{
"name": "amdify",
"version": "0.0.6",
"version": "0.0.7",
"description": "Amdify converts your node.js code into browser-compatible code. For example",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

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