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

ajv-cmd

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv-cmd - npm Package Compare versions

Comparing version 0.7.4 to 0.7.5

2

package.json
{
"name": "ajv-cmd",
"version": "0.7.4",
"version": "0.7.5",
"description": "Deref, Validate, Transpile, and Test JSON-Schema (.json) files using ajv",

@@ -5,0 +5,0 @@ "type": "module",

@@ -10,5 +10,3 @@ import { createRequire } from 'node:module'

const sastSchema = createRequire(import.meta.url)(
'./node_modules/sast-json-schema/index.json'
)
const sastSchema = createRequire(import.meta.url)('sast-json-schema/index.json')
export const sast = (schema, options = {}) => {

@@ -15,0 +13,0 @@ options = { ...defaultOptions, ...options }

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