New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 1.0.4

5

lib/utils/unbox.js

@@ -42,3 +42,6 @@ var fs = require("fs-extra");

if (error) {
return reject(new Error("Error making request. Please check the format of the requested resource: " + options.uri));
return reject(new Error(
"Error making request to " + options.uri + ". Got error: " + error.message +
". Please check the format of the requested resource."
));
} else if (r.statusCode == 404) {

@@ -45,0 +48,0 @@ return reject(new Error("Truffle Box at URL " + url + " doesn't exist. If you believe this is an error, please contact Truffle support."));

2

package.json
{
"name": "truffle-box",
"version": "1.0.3",
"version": "1.0.4",
"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