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

zstd-napi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zstd-napi - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/compress.d.ts

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import * as binding from '../binding';
export = binding;
export { CompressParameters, CompressStream, Compressor, StrategyName, } from './compress';
export { DecompressParameters, DecompressStream, Decompressor, } from './decompress';
"use strict";
const binding = require("../binding");
module.exports = binding;
Object.defineProperty(exports, "__esModule", { value: true });
var compress_1 = require("./compress");
exports.CompressStream = compress_1.CompressStream;
exports.Compressor = compress_1.Compressor;
var decompress_1 = require("./decompress");
exports.DecompressStream = decompress_1.DecompressStream;
exports.Decompressor = decompress_1.Decompressor;
{
"name": "zstd-napi",
"version": "0.0.5",
"version": "0.0.6",
"description": "zstd bindings with N-API",

@@ -32,3 +32,3 @@ "repository": {

"prebuild": "^10.0.0",
"prettier": "^1.19.1",
"prettier": "^2.0.5",
"ts-jest": "^25.1.0",

@@ -35,0 +35,0 @@ "typescript": "^3.7.5"

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