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.1.2 to 1.2.0

dist/to-match-schema.d.ts

2

dist/index.d.ts

@@ -1,1 +0,1 @@

export { toMatchSchema } from './matcher';
export { toMatchSchema } from './to-match-schema';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var matcher_1 = require("./matcher");
Object.defineProperty(exports, "toMatchSchema", { enumerable: true, get: function () { return matcher_1.toMatchSchema; } });
var to_match_schema_1 = require("./to-match-schema");
Object.defineProperty(exports, "toMatchSchema", { enumerable: true, get: function () { return to_match_schema_1.toMatchSchema; } });
//# sourceMappingURL=index.js.map
{
"name": "jest-schema-matcher",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "files": [

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