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

@ardatan/fast-json-stringify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ardatan/fast-json-stringify - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@ardatan/fast-json-stringify",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stringify your JSON at max speed",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -207,6 +207,2 @@ import Ajv, { Options as AjvOptions } from "ajv"

interface StandaloneOption extends build.Options {
mode: 'standalone'
}
/**

@@ -219,3 +215,2 @@ * Build a stringify function using a schema of the documents that should be stringified

declare function build(schema: build.AnySchema, options: DeprecateDebugOption): { code: string, ajv: Ajv };
declare function build(schema: build.AnySchema, options: StandaloneOption): string;
declare function build(schema: build.AnySchema, options?: build.Options): <TDoc = any>(doc: TDoc) => any;

@@ -222,0 +217,0 @@ declare function build(schema: build.StringSchema, options?: build.Options): <TDoc extends string = string>(doc: TDoc) => string;

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