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

kiwi-schema

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kiwi-schema - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

1

kiwi.d.ts

@@ -7,4 +7,5 @@ export { Definition, Schema, DefinitionKind, Field } from "./schema";

export { compileSchemaSkew } from "./skew";
export { compileSchemaTypeScript } from "./ts";
export { decodeBinarySchema, encodeBinarySchema } from "./binary";
export { parseSchema } from "./parser";
export { prettyPrintSchema } from "./printer";

@@ -14,2 +14,4 @@ "use strict";

exports.compileSchemaSkew = skew_1.compileSchemaSkew;
var ts_1 = require("./ts");
exports.compileSchemaTypeScript = ts_1.compileSchemaTypeScript;
var binary_1 = require("./binary");

@@ -16,0 +18,0 @@ exports.decodeBinarySchema = binary_1.decodeBinarySchema;

2

package.json
{
"name": "kiwi-schema",
"version": "0.4.2",
"version": "0.4.3",
"description": "A schema-based binary format for efficiently encoding trees of data",

@@ -5,0 +5,0 @@ "license": "MIT",

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