🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@seges/angular-localstorage

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-localstorage - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+1
-1
package.json
{
"name": "@seges/angular-localstorage",
"version": "2.1.0",
"version": "2.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -8,3 +8,3 @@ import * as angular from "angular";

saveToStorage<T>(name: string, data: T): void;
removeFromStorage(name: string);
removeFromStorage(name: string): void;
}

@@ -11,0 +11,0 @@