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.3.1 to 0.3.2

3

lib/client.js

@@ -172,2 +172,5 @@ var base64 = require('base64-js'),

var params = [];
for (var key in options.params || {}) {
params.push(key + "=" + options.params[key]);
}
if (pagination.page) { params.push(["page", pagination.page].join("=")) }

@@ -174,0 +177,0 @@ if (pagination.per_page) { params.push(["per_page", pagination.per_page].join("=")) }

2

package.json

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

"description": "Netlify API client",
"version": "0.3.1",
"version": "0.3.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