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

@zip.js/zip.js

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zip.js/zip.js - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

2

lib/core/zip-reader.js

@@ -535,3 +535,3 @@ /*

function getDateNTFS(timeRaw) {
return new Date((Number((timeRaw / 10000n) - 11644473600000n)));
return new Date((Number((timeRaw / BigInt(10000)) - BigInt(11644473600000))));
}

@@ -538,0 +538,0 @@

@@ -717,3 +717,3 @@ /*

if (date) {
return ((BigInt(date.getTime()) + 11644473600000n) * 10000n);
return ((BigInt(date.getTime()) + BigInt(11644473600000)) * BigInt(10000));
}

@@ -720,0 +720,0 @@ }

@@ -6,3 +6,3 @@ {

"license": "BSD-3-Clause",
"version": "2.3.6",
"version": "2.3.7",
"type": "module",

@@ -9,0 +9,0 @@ "keywords": [

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