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

netlify

Package Overview
Dependencies
Maintainers
1
Versions
180
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.1 to 0.2.2

6

lib/client.js

@@ -11,3 +11,3 @@ var base64 = require('base64-js'),

this.redirect_uri = options.redirect_uri;
this.ENDPOINT = options.endpoint || 'https://www.bitballoon.com';
this.ENDPOINT = options.endpoint || 'https://api.netlify.com';
this.VERSION = options.version || 'v1';

@@ -293,2 +293,6 @@ this.hostname = this.ENDPOINT.match(/^https?:\/\/([^:]+)/)[1];

request.setTimeout(300000, function() {
request.abort();
});
request.on("error", function(err) {

@@ -295,0 +299,0 @@ if ((requestOptions.method == "get" ||

3

lib/site.js

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

password: "password",
github: "github"
github: "github",
repo: "repo"
},

@@ -133,0 +134,0 @@ result = {};

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

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

@@ -8,0 +8,0 @@ "url": "https://github.com/netlify/netlify-js/issues"

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