New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mockaroo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockaroo - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/client.js

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

var schema = options.schema ? '&schema=' + options.schema : '';
return protocol + '://' + this.host + port + '/api/generate.json?key=' + encodeURIComponent(this.apiKey) + '&count=' + options.count + schema;
return protocol + '://' + this.host + port + '/api/generate.json?client=node&key=' + encodeURIComponent(this.apiKey) + '&count=' + options.count + schema;
}

@@ -175,0 +175,0 @@ }, {

{
"name": "mockaroo",
"version": "0.1.3",
"version": "0.1.4",
"description": "Generate data using the mockaroo.com API",

@@ -13,2 +13,5 @@ "main": "lib/mockaroo.js",

},
"scripts": {
"test": "mocha"
},
"dependencies": {

@@ -15,0 +18,0 @@ "axios": "^0.5.4",

@@ -104,1 +104,8 @@ # mockaroo-node

gulp
# Tests
This module uses mocha and chai for testing. To run tests:
npm test

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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