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

@types/lz-string

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lz-string - npm Package Compare versions

Comparing version 1.3.29 to 1.3.30

6

lz-string/index.d.ts

@@ -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"
}
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