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.1 to 1.0.2

dist/to-match-schema.d.ts

2

dist/index.d.ts

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

export { matcher } from './matcher';
export { toMatchSchema } from './to-match-schema';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var matcher_1 = require("./matcher");
Object.defineProperty(exports, "matcher", { enumerable: true, get: function () { return matcher_1.matcher; } });
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.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -59,3 +59,19 @@ "files": [

}
}
},
"keywords": [
"jest",
"matcher",
"json",
"schema",
"object",
"convert",
"generate",
"types",
"type",
"produce",
"generic",
"validation",
"data",
"datatypes"
]
}

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