Socket
Socket
Sign inDemoInstall

@fastify/fast-json-stringify-compiler

Package Overview
Dependencies
12
Maintainers
19
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0 to 5.0.0-pre.fv5.1

.gitattributes

15

package.json
{
"name": "@fastify/fast-json-stringify-compiler",
"description": "Build and manage the fast-json-stringify instances for the fastify framework",
"version": "4.3.0",
"version": "5.0.0-pre.fv5.1",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",

@@ -26,8 +27,8 @@ "scripts": {

"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"fastify": "^4.0.0",
"@fastify/pre-commit": "^2.1.0",
"fastify": "^4.26.2",
"sanitize-filename": "^1.6.3",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.28.0"
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},

@@ -39,4 +40,4 @@ "pre-commit": [

"dependencies": {
"fast-json-stringify": "^5.7.0"
"fast-json-stringify": "^5.14.1"
}
}

@@ -6,3 +6,3 @@ # @fastify/fast-json-stringify-compiler

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
[![Continuous Integration](https://github.com/fastify/fast-json-stringify-compiler/workflows/Continuous%20Integration/badge.svg)](https://github.com/fastify/fast-json-stringify-compiler/actions/workflows/ci.yml)
[![CI](https://github.com/fastify/fast-json-stringify-compiler/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/fastify/fast-json-stringify-compiler/actions/workflows/ci.yml)

@@ -23,3 +23,3 @@

You can also override the default configuration by passing the [`serializerOpts`](https://www.fastify.io/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance.
You can also override the default configuration by passing the [`serializerOpts`](https://fastify.dev/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance.

@@ -29,3 +29,3 @@ ## Usage

This module is already used as default by Fastify.
If you need to provide to your server instance a different version, refer to [the official doc](https://www.fastify.io/docs/latest/Reference/Server/#schemacontroller).
If you need to provide to your server instance a different version, refer to [the official doc](https://fastify.dev/docs/latest/Reference/Server/#schemacontroller).

@@ -126,3 +126,3 @@ ### fast-json-stringify Standalone

This module provide a factory function to produce [Serializer Compilers](https://www.fastify.io/docs/latest/Reference/Server/#serializercompiler) functions.
This module provide a factory function to produce [Serializer Compilers](https://fastify.dev/docs/latest/Reference/Server/#serializercompiler) functions.

@@ -129,0 +129,0 @@ ## License

'use strict'
const fs = require('fs')
const path = require('path')
const fs = require('node:fs')
const path = require('node:path')
const t = require('tap')

@@ -6,0 +6,0 @@ const fastify = require('fastify')

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc