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

cloudflare

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/zones.js

@@ -27,3 +27,3 @@ 'use strict';

}, static: true},
nameservers: {type: 'array', static: true},
nameservers: {type: 'array', static: true, alias: 'name_servers'},
owner: {model: {

@@ -30,0 +30,0 @@ id: {type: 'string', max: 32},

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

"author": "Terin Stock <terinjokes@gmail.com>",
"version": "1.0.2",
"version": "1.0.3",
"bugs": {

@@ -23,2 +23,3 @@ "url": "https://github.com/cloudflare/node-cloudflare/issues"

"nyc": "^6.4.0",
"semantic-release": "^4.3.5",
"xo": "^0.15.0"

@@ -39,7 +40,13 @@ },

"test": "xo && nyc --reporter=lcov -- ava",
"coverage": "cat ./coverage/lcov.info | coveralls"
"coverage": "cat ./coverage/lcov.info | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"files": [
"index.js",
"lib",
"test"
],
"xo": {
"space": true
}
}
}
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