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

skhema

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skhema - npm Package Compare versions

Comparing version 5.3.3 to 5.3.4-export-score-match-0e84d897d842568e2dcc848b2b86d395c7bce082

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

# v5.3.4
## (2021-04-27)
* Export scoreMatch function type definition [Josh Bowling]
# v5.3.3

@@ -9,0 +14,0 @@ ## (2020-08-05)

2

lib/index.d.ts

@@ -32,1 +32,3 @@ import { JSONSchema6 } from 'json-schema';

export declare function filter<T = any>(schema: JSONSchema6, value: any, options?: FilterOptions): Partial<T> | null;
export declare function scoreMatch(schema: JSONSchema6, item: object): number;

2

package.json
{
"name": "skhema",
"version": "5.3.3",
"version": "5.3.4-export-score-match-0e84d897d842568e2dcc848b2b86d395c7bce082",
"description": "JSON Schema utility collection",

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

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