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.7 to 1.0.8

9

package.json
{
"name": "@unmock/jaymock",
"version": "1.0.7",
"version": "1.0.8",
"description": "Minimal fake JSON test data generator",
"main": "index.js",
"scripts": {
"test": "xo && ava && tsd"
"test": "xo && ava && tsd",
"coverage": "nyc npm test",
"coverage:upload": "nyc report --reporter=lcov && codecov",
"coverage:check": "nyc report && nyc check-coverage --lines 90 --functions 90 --branches 85"
},

@@ -38,2 +41,4 @@ "files": [

"ava": "^2.4.0",
"codecov": "^3.6.1",
"nyc": "^14.1.1",
"tsd": "^0.11.0",

@@ -40,0 +45,0 @@ "xo": "^0.25.3"

@@ -5,2 +5,4 @@ # jaymock

[![CircleCI](https://img.shields.io/circleci/build/github/unmock/jaymock?style=for-the-badge)](https://circleci.com/gh/unmock/jaymock) [![Codecov](https://img.shields.io/codecov/c/github/unmock/jaymock?style=for-the-badge)](https://codecov.io/gh/unmock/jaymock)
## Install

@@ -7,0 +9,0 @@

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