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

suretype

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

suretype - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

dist/index-core.d.ts
export * from "./api/index.js";
export * from "./errors.js";
export { ValidationError } from "./validation-error.js";
export { type ValidationResult, type ValidationResultValid, type ValidationResultInvalid, type ValidationErrorData, ValidationError, } from "./validation-error.js";
export * from "./types.js";

@@ -5,0 +5,0 @@ export { type ValidateFunction, type EnsureFunction, type SimpleValidateFunction, compile, validate, isValid, ensure, } from "./json-schema.js";

export * from "./api/index.js";
export * from "./errors.js";
export { ValidationError } from "./validation-error.js";
export { ValidationError, } from "./validation-error.js";
export * from "./types.js";

@@ -5,0 +5,0 @@ export { compile, validate, isValid, ensure, } from "./json-schema.js";

{
"name": "suretype",
"version": "3.2.0",
"version": "3.2.1",
"description": "Typesafe JSON (Schema) validator with magic powers 🧙‍♂️",

@@ -45,3 +45,3 @@ "author": "Gustaf Räntilä",

"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@hapi/joi": "^17.1.1",

@@ -54,3 +54,3 @@ "@types/benchmark": "^2.1.2",

"cz-conventional-changelog": "^3.3.0",
"jest": "^29.4.1",
"jest": "^29.4.3",
"ow": "^1.1.1",

@@ -57,0 +57,0 @@ "rimraf": "^4.1.2",

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