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

jest-schema-matcher

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-schema-matcher - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "jest-schema-matcher",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -8,3 +8,4 @@ "files": [

],
"main": "./dist",
"main": "dist/index",
"types": "dist/index.d.ts",
"repository": "https://ryparker@github.com/ryparker/jest-schema-matcher.git",

@@ -29,6 +30,6 @@ "author": "Ryan Parker",

"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.156",
"@types/node": "^14.0.13",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"eslint-plugin-jest": "^23.16.0",
"eslint-plugin-prettier": "^3.1.4",

@@ -40,2 +41,4 @@ "jest": "^26.0.1",

"semantic-release": "^17.0.8",
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",

@@ -45,2 +48,6 @@ "xo": "^0.32.0"

"xo": {
"extends": [
"plugin:jest/recommended"
],
"prettier": true,
"rules": {

@@ -47,0 +54,0 @@ "@typescript-eslint/restrict-plus-operands": 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