New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/gzip-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gzip-js - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+1
-1
gzip-js/index.d.ts

@@ -14,4 +14,4 @@ // Type definitions for gzip-js 0.3

}
export function zip(data: string, opts?: ZipOptions): number[];
export function zip(data: string | number[] | Buffer | Uint8Array, opts?: ZipOptions): number[];
export function unzip(data: number[] | Buffer | Uint8Array): number[];
export const DEFAULT_LEVEL: number;
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@types/gzip-js",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript definitions for gzip-js",

@@ -14,5 +14,7 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/gzip-js"
},

@@ -23,4 +25,4 @@ "scripts": {},

},
"typesPublisherContentHash": "40acbda4a34f1e371751cea91a457fb77cfbe00eb73295a0dd6f8350a5b0ac55",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "2f0c6c6403d83504a42afe880175272b0a8d28642ea7f1d0b810b56ea9d27d0c",
"typeScriptVersion": "3.3"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gzip-js
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gzip-js.
Additional Details
* Last updated: Thu, 11 Jan 2018 21:51:19 GMT
* Dependencies: node
### Additional Details
* Last updated: Sat, 26 Dec 2020 15:13:59 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by rhysd <https://github.com/rhysd>.
These definitions were written by [rhysd](https://github.com/rhysd).