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

builder-support

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-support - npm Package Compare versions

Comparing version 0.3.0 to 0.3.2

2

lib/dev.js

@@ -94,3 +94,3 @@ "use strict";

writeDevPackage: ["updateDevPackage", function (cb, results) {
fs.writeFile(devPath, JSON.stringify(results.updateDevPackage, null, 2), cb);
fs.writeFile(devPath, JSON.stringify(results.updateDevPackage, null, 2) + "\n", cb);
}],

@@ -97,0 +97,0 @@

{
"name": "builder-support",
"version": "0.3.0",
"version": "0.3.2",
"description": "Builder support libraries",

@@ -29,3 +29,3 @@ "repository": {

"async": "^1.5.0",
"fs-extra": "^0.26.2"
"fs-extra": "^0.30.0"
},

@@ -40,5 +40,5 @@ "devDependencies": {

"mocha": "^2.3.4",
"mock-fs": "^3.6.0",
"mock-fs": "3.10.0",
"sinon": "^1.17.2"
}
}
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