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

schemaglobin

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schemaglobin - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

1

dist/index.d.ts

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

export * from "./types";
export * from "./Schema";

@@ -2,0 +3,0 @@ export * from "./schemas/ArraySchema";

@@ -13,2 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
// Export types.
__exportStar(require("./types"), exports);
// Export schema.

@@ -15,0 +17,0 @@ __exportStar(require("./Schema"), exports);

2

package.json
{
"name": "schemaglobin",
"description": "Validate user-entered data.",
"version": "4.2.1",
"version": "4.2.2",
"repository": "https://github.com/dhoulb/schemaglobin",

@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>",

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

// Export types.
export * from "./types";
// Export schema.

@@ -2,0 +5,0 @@ export * from "./Schema";

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