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.4 to 0.4.5

2

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

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

@@ -21,4 +21,5 @@ "use strict";

for (var j = 0; j < definition.fields.length; j++) {
lines.push(indent + ' const ' + definition.fields[j].name + ' = ' +
JSON.stringify(definition.fields[j].name) + ' as ' + definition.name);
lines.push(indent + ' @alwaysinline');
lines.push(indent + ' def ' + definition.fields[j].name + ' ' + definition.name +
' { return ' + JSON.stringify(definition.fields[j].name) + ' as ' + definition.name + ' }');
}

@@ -25,0 +26,0 @@ lines.push(indent + '}');

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