Comparing version 0.0.5 to 0.0.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1235863
81
495
2