Comparing version 0.2.34 to 0.2.35
{ | ||
"name": "@endo/zip", | ||
"version": "0.2.34", | ||
"version": "0.2.35", | ||
"description": "A minimal, synchronous Zip reader and writer", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"prettier": "^3.0.0", | ||
"typescript": "~5.1.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
@@ -74,3 +74,3 @@ "files": [ | ||
}, | ||
"gitHead": "b38361616f968415291b089dcca75cc4a2672a35" | ||
"gitHead": "9c779d317c4b02133172dbe142c5b2d1727efc49" | ||
} |
@@ -13,3 +13,4 @@ # Endo Zip | ||
requiring a date to be expressly provided instead of reaching for the ambient | ||
Date constructor, which will pointedly be absent in locked-down environments. | ||
original Date constructor, which will pointedly be absent in constructed | ||
compartments in locked-down environments. | ||
@@ -16,0 +17,0 @@ Zip format allows for an arbitrary-length comment and an arbitrary number of |
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
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
74680
58