Socket
Socket
Sign inDemoInstall

amend-bundle

Package Overview
Dependencies
236
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

lib/bundle.js

@@ -37,3 +37,3 @@ require('node-jsx').install({extension: '.jsx'})

var out;
var future = Future.memoize(readFile(mod.path)
var future = Future.cache(readFile(mod.path)
.map(function(code) {

@@ -40,0 +40,0 @@ return R.assoc('code', code, out);

{
"name": "amend-bundle",
"version": "0.0.1",
"version": "0.0.2",
"description": "Bundle all code from an amend container to one file",

@@ -28,3 +28,3 @@ "main": "./lib/bundle.js",

"ramda": "^0.15.1",
"ramda-fantasy": "^0.4.0",
"ramda-fantasy": "^0.4.1",
"uglify-js": "^2.4.24"

@@ -31,0 +31,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc