Socket
Socket
Sign inDemoInstall

@statoscope/report-writer

Package Overview
Dependencies
3
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.25.1 to 5.27.0

dist/jsonxl.min.d.ts

2

dist/index.d.ts
/// <reference types="node" />
import { PassThrough, Readable } from 'stream';
export { encode as encodeBinaryJSON } from './binary-json';
export { encode as encodeBinaryJSON } from './jsonxl.min';
export declare type InitArg = {

@@ -5,0 +5,0 @@ id: string;

@@ -10,4 +10,4 @@ "use strict";

const chunkToScriptWriter_1 = __importDefault(require("./chunkToScriptWriter"));
var binary_json_1 = require("./binary-json");
Object.defineProperty(exports, "encodeBinaryJSON", { enumerable: true, get: function () { return binary_json_1.encode; } });
var jsonxl_min_1 = require("./jsonxl.min");
Object.defineProperty(exports, "encodeBinaryJSON", { enumerable: true, get: function () { return jsonxl_min_1.encode; } });
const scriptsToInject = [

@@ -25,4 +25,4 @@ {

type: 'cjs',
path: require.resolve('./binary-json'),
name: 'BinaryJSON',
path: require.resolve('./jsonxl.min'),
name: 'JSONXL',
},

@@ -233,3 +233,3 @@ ];

const data = BinaryJSON.decode(inflator.result);
const data = JSONXL.decode(inflator.result);
return { id, data };

@@ -236,0 +236,0 @@ })

{
"name": "@statoscope/report-writer",
"version": "5.25.1",
"version": "5.27.0",
"description": "Statoscope report writer",

@@ -28,3 +28,3 @@ "main": "./dist/index.js",

},
"gitHead": "b86badb119c486c3e0f4fe4c8c233e61fd2b133b"
"gitHead": "9fbcea0159a2e50316d9618c73b312fd41091a79"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc