Socket
Socket
Sign inDemoInstall

@types/node-localstorage

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

@types/node-localstorage - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

node-localstorage/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for node-localstorage 1.3

import { EventEmitter } from 'events';
import { EventEmitter } from "events";

@@ -50,3 +50,3 @@ /**

*/
on(eventName: 'storage', callback: (event: StorageEvent) => void): this;
on(eventName: "storage", callback: (event: StorageEvent) => void): this;
/**

@@ -53,0 +53,0 @@ * Creates a new LocalStorage instance

{
"name": "@types/node-localstorage",
"version": "1.3.0",
"version": "1.3.1",
"description": "TypeScript definitions for node-localstorage",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-localstorage",
"license": "MIT",

@@ -14,12 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node-localstorage"
},
"scripts": {},
"dependencies": {
"@types/events": "*"
},
"typesPublisherContentHash": "216e1af6859266bb0fa6b7c861ef15460f958cc49d490841b0bb540ffa005c80",
"typeScriptVersion": "2.2"
"dependencies": {},
"typesPublisherContentHash": "e04569d639915ef541a129e208e8a98ce717624ce2eba2d24b26c2443abee2e8",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-localstorage
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-localstorage.
Additional Details
* Last updated: Fri, 31 Aug 2018 22:18:44 GMT
* Dependencies: events
### Additional Details
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Allen Gammel <https://github.com/intolerance>.
These definitions were written by [Allen Gammel](https://github.com/intolerance).

Sorry, the diff of this file is not supported yet

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