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.1.0 to 0.2.0

lib/deploy_key.js

5

lib/client.js

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

Deploy: require("./deploy").Deploy,
DeployKey: require("./deploy_key").DeployKey,
DnsZone: require("./dns-zone").DnsZone,

@@ -152,2 +153,6 @@ AccessToken: require("./access-token").AccessToken,

createDeployKey: function(attributes, cb) {
this.create({model: Client.models.DeployKey, attributes: attributes}, cb);
},
ticket: function(id, cb) { this.element({model: Client.models.Ticket, id: id}, cb); },

@@ -154,0 +159,0 @@

3

lib/site.js

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

notificationEmail: "notification_email",
password: "password"
password: "password",
github: "github"
},

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

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

"description": "Netlify API client",
"version": "0.1.0",
"version": "0.2.0",
"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