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.2-typed-error-1eba8d217c2e5325563efc984ae51af8546e92bc to 5.3.2-typed-error-234c6da3d4b2ca6784d7714a7b7d46813b43310a

13

lib/index.js

@@ -22,3 +22,5 @@ /*

const mergeSchema = require('json-schema-merge-allof')
const { TypedError } = require('typed-error')
const {
TypedError
} = require('typed-error')
const LRUCache = require('./lru-cache')

@@ -311,4 +313,3 @@ const {

*/
exports.SchemaMismatch = class SchemaMismatch extends TypedError {
}
exports.SchemaMismatch = class SchemaMismatch extends TypedError {}

@@ -320,4 +321,3 @@ /**

*/
exports.IncompatibleSchemas = class IncompatibleSchemas extends TypedError {
}
exports.IncompatibleSchemas = class IncompatibleSchemas extends TypedError {}

@@ -329,4 +329,3 @@ /**

*/
exports.InvalidSchema = class InvalidSchema extends TypedError {
}
exports.InvalidSchema = class InvalidSchema extends TypedError {}

@@ -333,0 +332,0 @@ /**

{
"name": "skhema",
"version": "5.3.2-typed-error-1eba8d217c2e5325563efc984ae51af8546e92bc",
"version": "5.3.2-typed-error-234c6da3d4b2ca6784d7714a7b7d46813b43310a",
"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