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

truffle-box

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

truffle-box - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

lib/utils/unbox.js

@@ -9,2 +9,3 @@ var fs = require("fs-extra");

var exec = require('child_process').exec;
var cwd = require('process').cwd();

@@ -56,3 +57,3 @@ var config = require('../config');

return new Promise(function(accept, reject) {
tmp.dir({unsafeCleanup: true}, function(err, dir, cleanupCallback) {
tmp.dir({dir: cwd, unsafeCleanup: true}, function(err, dir, cleanupCallback) {
if (err) return reject(err);

@@ -59,0 +60,0 @@

{
"name": "truffle-box",
"version": "1.0.1",
"version": "1.0.2",
"description": "Truffle project boilerplate utility",

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