Socket
Socket
Sign inDemoInstall

@cfworker/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfworker/json-schema - npm Package Compare versions

Comparing version 1.12.5 to 1.12.6

4

dist/dereference.js

@@ -57,3 +57,5 @@ import { encodePointer } from './pointer.js';

};
export let initialBaseURI = typeof self !== 'undefined' && self.location
export let initialBaseURI = typeof self !== 'undefined' &&
self.location &&
self.location.origin !== 'null'
?

@@ -60,0 +62,0 @@ new URL(self.location.origin + self.location.pathname + location.search)

{
"name": "@cfworker/json-schema",
"type": "module",
"version": "1.12.5",
"version": "1.12.6",
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.",

@@ -6,0 +6,0 @@ "keywords": [

@@ -70,3 +70,5 @@ import { encodePointer } from './pointer.js';

// @ts-ignore
typeof self !== 'undefined' && self.location
typeof self !== 'undefined' &&
self.location &&
self.location.origin !== 'null'
? //@ts-ignore

@@ -73,0 +75,0 @@ new URL(self.location.origin + self.location.pathname + location.search)

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