New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.1 to 1.1.0

3

lib/site.js

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

github: "github",
repo: "repo"
repo: "repo",
domainAliases: "domain_aliases"
},

@@ -123,0 +124,0 @@ result = {};

@@ -5,11 +5,11 @@ {

"description": "Netlify API client",
"version": "1.0.1",
"version": "1.1.0",
"bugs": {
"url": "https://github.com/netlify/netlify-js/issues"
"url": "https://github.com/netlify/node-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/netlify/netlify-js.git"
"url": "https://github.com/netlify/node-client.git"
},
"homepage": "https://github.com/netlify/netlify-js",
"homepage": "https://github.com/netlify/node-client",
"main": "lib/netlify.js",

@@ -16,0 +16,0 @@ "dependencies": {

@@ -155,3 +155,3 @@ Netlify Node Client

Any collection returned by the client will have a meta attribute that lets you check pagination and rate limit values.
Any collection returned by the client will have a meta attribute that lets you check pagination and rate limit values:

@@ -212,3 +212,3 @@ ```js

Access submissions from a specific site
Access submissions from a specific site:

@@ -223,3 +223,3 @@ ```js

Access submissions from a specific form
Access submissions from a specific form:

@@ -234,3 +234,3 @@ ```js

Get a specific submission
Get a specific submission:

@@ -269,3 +269,3 @@ ```js

Access all deploys for a site
Access all deploys for a site:

@@ -278,3 +278,3 @@ ```js

Access a specific deploy
Access a specific deploy:

@@ -303,3 +303,3 @@ ```js

Publish a deploy (makes it the current live version of the site)
Publish a deploy (makes it the current live version of the site):

@@ -328,3 +328,3 @@ ```js

Get a specific snippet
Get a specific snippet:

@@ -357,3 +357,3 @@ ```js

Update a snippet
Update a snippet:

@@ -372,3 +372,3 @@ ```js

Delete a snippet
Delete a snippet:

@@ -386,3 +386,3 @@ ```js

Getting a list of users
Getting a list of users:

@@ -395,3 +395,3 @@ ```js

Getting a specific user
Getting a specific user:

@@ -404,3 +404,3 @@ ```js

Creating a new user (`email` is required, `uid` is optional. Both must be unique)
Creating a new user (`email` is required, `uid` is optional. Both must be unique):

@@ -413,3 +413,3 @@ ```js

Updating a user
Updating a user:

@@ -424,3 +424,3 @@ ```js

Deleting a user
Deleting a user:

@@ -435,3 +435,3 @@ ```js

Getting sites belonging to a user
Getting sites belonging to a user:

@@ -467,3 +467,3 @@ ```js

Creating a new zone
Creating a new zone:

@@ -476,3 +476,3 @@ ```js

Deleting a zone
Deleting a zone:

@@ -487,3 +487,3 @@ ```js

Getting records for a zone
Getting records for a zone:

@@ -496,3 +496,3 @@ ```js

Getting a specific record
Getting a specific record:

@@ -505,3 +505,3 @@ ```js

Adding a new record (supported types: A, CNAME, TXT, MX)
Adding a new record (supported types: A, CNAME, TXT, MX):

@@ -519,3 +519,3 @@ ```js

Deleting a record
Deleting a record:

@@ -522,0 +522,0 @@ ```js

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