🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pyzip

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyzip - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "pyzip",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fast and safe Python `zip` with no dependencies",

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

@@ -37,3 +37,3 @@ # pyzip

// all invalid will returns empty array ([])
pyzip([1, 2, 3]))
pyzip([1, 2, 3])
pyzip('', '')

@@ -40,0 +40,0 @@ pyzip(1, 2)