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.17 to 0.0.18

1

lib/dependencies.js

@@ -27,2 +27,3 @@ var structr = require("structr"),

module.exports = function(source) {
var used = {};
return source.map(function(item) {

@@ -29,0 +30,0 @@ return new Dependency(item);

@@ -25,4 +25,15 @@ mkdirp = require("mkdirp"),

"filter": function(value) {
this._filter = value;
},
/**
*/
"_write": function(dep, next) {
if(this._filter) {
if(!this._filter(dep)) return next();
}
var self = this,

@@ -32,3 +43,3 @@ fp = path.join(self.output, dep.alias.replace(new RegExp("^" + this.prefix), "")),

o = outcome.e(next);
step(

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

2

package.json
{
"name": "amdify",
"version": "0.0.17",
"version": "0.0.18",
"description": "Amdify converts your node.js code into browser-compatible code. For example",

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