@types/lz-string
Advanced tools
Comparing version 1.3.29 to 1.3.30
@@ -7,2 +7,4 @@ // Type definitions for lz-string v1.3.5 | ||
declare var LZString: LZString.LZStringStatic; | ||
export = LZString; | ||
export as namespace LZString; | ||
@@ -63,4 +65,4 @@ declare namespace LZString { | ||
/** | ||
* produces ASCII strings representing the original string encoded in Base64 with a few | ||
* tweaks to make these URI safe. Hence, you can send them to the server without thinking | ||
* produces ASCII strings representing the original string encoded in Base64 with a few | ||
* tweaks to make these URI safe. Hence, you can send them to the server without thinking | ||
* about URL encoding them. This saves bandwidth and CPU | ||
@@ -67,0 +69,0 @@ * |
{ | ||
"name": "@types/lz-string", | ||
"version": "1.3.29", | ||
"version": "1.3.30", | ||
"description": "TypeScript definitions for lz-string v1.3.5", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "791d58578b6a58f0b1e2a2d2bae012279c28be46fae026edc32b703114bb5a55" | ||
"typesPublisherContentHash": "0a16a036b95bf7dd789517c774dd460bf27435af74bb7618297e1e5b219069c6" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 08 Nov 2016 15:22:39 GMT | ||
* File structure: Global | ||
* Last updated: Wed, 23 Nov 2016 20:40:07 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
@@ -15,0 +15,0 @@ * Module Dependencies: none |
@@ -13,3 +13,3 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "Global", | ||
"kind": "UMD", | ||
"globals": [ | ||
@@ -23,3 +23,3 @@ "LZString" | ||
"hasPackageJson": false, | ||
"contentHash": "791d58578b6a58f0b1e2a2d2bae012279c28be46fae026edc32b703114bb5a55" | ||
"contentHash": "0a16a036b95bf7dd789517c774dd460bf27435af74bb7618297e1e5b219069c6" | ||
} |
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
5462
104