New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsonpolice

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonpolice - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

2

dist/index.d.ts
import { SchemaOptions } from './global';
import { Schema } from './schema';
export { SchemaError, SchemaOptions, ValidationError } from './global';
export { SchemaError, SchemaOptions, ValidationError, ValidationOptions } from './global';
export { Schema, StaticSchema } from './schema';
export declare function create(dataOrUri: any, opts: SchemaOptions): Promise<Schema>;
{
"name": "jsonpolice",
"version": "8.0.0",
"version": "8.0.1",
"description": "JSON Schema parser and validator",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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