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

node-jamesjames

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-jamesjames - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

lib/warehouse.js

@@ -177,3 +177,3 @@ /**

},
"required": ['name', 'phone', 'address', 'city', 'postcode', 'country']
"required": ['name', 'address', 'city', 'postcode', 'country'] //should phone really be required removing for now 'phone'
},

@@ -196,3 +196,3 @@

},
"required": ['name', 'phone', 'address', 'city', 'postcode', 'country']
"required": ['name', 'address', 'city', 'postcode', 'country'] //should phone really be required removing for now 'phone'
},

@@ -199,0 +199,0 @@

{
"name": "node-jamesjames",
"version": "1.0.10",
"version": "1.0.11",
"description": "This is a Node.js warpper that will allow you to hook to the James & James Warehouse API Endpoints. This warpper is bases on API Version 1.13 Specs",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -70,3 +70,3 @@ Node-JamesJames

"email": "david@demo.co.uk", //Required Type:string(32) - Must be a vaild email
"phone": "01234 567 890 ", //Required Type:string(32)
"phone": "01234 567 890 ", // Type:string(32)
"address": "1 Road Street", //Required Type:string(32)

@@ -84,3 +84,3 @@ "address_contd": "off Avenue Lane", //Required Type:string(32)

"email": "vera@home.com", //Required Type:string(32) - Must be a vaild email
"phone": "01234 567 890 ", //Required Type:string(32)
"phone": "01234 567 890 ", // Type:string(32)
"address": "1 Road Street", //Required Type:string(32)

@@ -87,0 +87,0 @@ "address_contd": "off Avenue Lane", //Required Type:string(32)

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