Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 0.1.6

2

lib/client.js

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

return new Promise(function (resolve, reject) {
_axios2['default'].post(url, options.fields ? JSON.stringify(options.fields) : null).then(function (resp) {
_axios2['default'].post(url, options.fields).then(function (resp) {
return resolve(resp.data);

@@ -117,0 +117,0 @@ })['catch'](function (resp) {

{
"name": "mockaroo",
"version": "0.1.5",
"version": "0.1.6",
"description": "Generate data using the mockaroo.com API",

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

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