Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastify/ajv-compiler

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/ajv-compiler - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

index.d.ts

13

package.json
{
"name": "@fastify/ajv-compiler",
"version": "1.0.0",
"version": "1.1.0",
"description": "Build and manage the AJV instances for the fastify framework",
"main": "index.js",
"types": "index.d.ts",
"directories": {

@@ -11,3 +12,5 @@ "test": "test"

"lint:fix": "standard --fix",
"test": "standard && tap --100 test/**/*.test.js"
"unit": "tap --100 test/**/*.test.js",
"test": "standard && npm run unit && npm run test:typescript",
"test:typescript": "tsd"
},

@@ -35,7 +38,11 @@ "repository": {

"standard": "^16.0.3",
"tap": "^15.0.1"
"tap": "^15.0.1",
"tsd": "^0.14.0"
},
"dependencies": {
"ajv": "^6.12.6"
},
"tsd": {
"directory": "test/types"
}
}
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