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

netlify

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/deploy.js
var model = require("./model");
if (typeof(require) !== 'undefined') {
var fs = require("fs");
var fs = require("graceful-fs");
}

@@ -6,0 +6,0 @@

@@ -13,3 +13,3 @@ var path = require("path"),

crypto = require("crypto"),
fs = require("fs");
fs = require("graceful-fs");
}

@@ -16,0 +16,0 @@

@@ -5,3 +5,3 @@ {

"description": "Netlify API client",
"version": "0.2.0",
"version": "0.2.1",
"bugs": {

@@ -18,3 +18,4 @@ "url": "https://github.com/netlify/netlify-js/issues"

"base64-js": ">=0.0.4",
"glob": ">=3.2.6"
"glob": ">=3.2.6",
"graceful-fs": "^3.0.4"
},

@@ -21,0 +22,0 @@ "devDependencies": {

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