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

@unmock/jaymock

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unmock/jaymock - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

index.d.ts

@@ -13,7 +13,2 @@ declare namespace jaymock {

/**
Instantiates an empty `JayMock` object.
*/
(): {template: jaymock.Template, functions: jaymock.Functions}
/**
Populates the template object with fake data.

@@ -46,4 +41,4 @@ @param template - A [`template`](https://github.com/unmock/jaymock#template) object to populate.

declare function jaymock(): jaymock.Method;
declare function jaymock(): jaymock.Instance & jaymock.Method;
export = jaymock;

2

package.json
{
"name": "@unmock/jaymock",
"version": "1.0.4",
"version": "1.0.5",
"description": "Minimal fake JSON test data generator",

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

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