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.21 to 0.0.24

8

lib/analyzeDeps.js

@@ -69,3 +69,3 @@ var outcome = require("outcome"),

var on = outcome.e(function(e) {
callback(new Error("unable to include script " + script.path + " from "+script.source+", e: " + e.stack))
callback(new Error("unable to include script " + script.path + " from " + script.source + ", " + e.stack))
});

@@ -258,6 +258,10 @@

on.success(function(deps) {
var err;
deps.forEach(function(dep) {
dep.source = entry;
if(dep.error) {
err = dep.error;
}
});
callback(null, deps);
callback(err, deps);
})

@@ -264,0 +268,0 @@ );

@@ -10,3 +10,3 @@ require("structr").mixin(require("asyngleton"));

outcome.logAllErrors(true);
//outcome.logAllErrors(true);

@@ -13,0 +13,0 @@ module.exports = function(ops, next) {

@@ -84,2 +84,5 @@ mkdirp = require("mkdirp"),

function() {
try {
fs.unlinkSync(fp)
} catch(e) { }
fs.writeFile(fp, dep.content(), this);

@@ -86,0 +89,0 @@ },

{
"name": "amdify",
"version": "0.0.21",
"version": "0.0.24",
"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

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