Socket
Socket
Sign inDemoInstall

@glazed/devtools

Package Overview
Dependencies
83
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "@glazed/devtools",
"version": "0.1.4",
"version": "0.1.5",
"author": "3Box Labs",

@@ -5,0 +5,0 @@ "license": "(Apache-2.0 OR MIT)",

@@ -13,3 +13,3 @@ import Ajv from 'ajv'

export function isSecureSchema<T = Record<string, any>>(schema: JSONSchemaType<T>): boolean {
const ajv = new Ajv({ strict: false })
const ajv = new Ajv()
addFormats(ajv)

@@ -16,0 +16,0 @@ ajv.compile(schema)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc