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

mockaroo

Package Overview
Dependencies
Maintainers
0
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 1.0.1 to 1.0.2

4

client.js

@@ -33,4 +33,4 @@ var __create = Object.create;

module.exports = __toCommonJS(client_exports);
var import_axios = __toESM(require("axios"), 1);
var errors = __toESM(require("./errors"), 1);
var import_axios = __toESM(require("axios"));
var errors = __toESM(require("./errors"));
import_axios.default.defaults.adapter = "http";

@@ -37,0 +37,0 @@ class Client {

@@ -30,10 +30,12 @@ var __create = Object.create;

__export(src_exports, {
default: () => src_default
Client: () => import_client.default,
errors: () => errors
});
module.exports = __toCommonJS(src_exports);
var import_client = __toESM(require("./client.js"), 1);
var errors = __toESM(require("./errors"), 1);
var src_default = {
errors,
Client: import_client.default
};
var import_client = __toESM(require("./client.js"));
var errors = __toESM(require("./errors"));
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Client,
errors
});
{
"name": "mockaroo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate data using the mockaroo.com API",
"main": "index.js",
"type": "module",
"type": "commonjs",
"author": "Mark Brocato",

@@ -20,3 +20,3 @@ "license": "MIT",

"publish-to-npm": "cd dist && npm publish --access public",
"release": "yarn build && yarn docs && yarn publish-to-npm && yarn deploy"
"release": "npm run build && npm run docs && npm run publish-to-npm && npm run deploy"
},

@@ -38,3 +38,3 @@ "targets": {

"esdoc-standard-plugin": "1.0.0",
"eslint": "8.0.1",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",

@@ -41,0 +41,0 @@ "eslint-plugin-import": "2.25.2",

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