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.0.17 to 0.0.18

12

kiwi.js

@@ -867,2 +867,7 @@ var kiwi = exports || kiwi || {}, exports;

if (pass === 2) {
cpp.push('#ifdef IMPLEMENT_SCHEMA_H');
cpp.push('');
}
for (var i = 0; i < schema.definitions.length; i++) {

@@ -1212,3 +1217,8 @@ var definition = schema.definitions[i];

if (newline) cpp.push('');
if (pass === 2) {
cpp.push('#endif');
cpp.push('');
}
else if (newline) cpp.push('');
}

@@ -1215,0 +1225,0 @@

2

package.json
{
"name": "kiwi-schema",
"version": "0.0.17",
"version": "0.0.18",
"description": "",

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

@@ -88,2 +88,5 @@ # Kiwi Message Format

```cpp
#define IMPLEMENT_KIWI_H
#define IMPLEMENT_SCHEMA_H
#include <stdio.h>

@@ -90,0 +93,0 @@ #include "test.h"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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