Socket
Socket
Sign inDemoInstall

angular-async-local-storage

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

26

package.json
{
"_from": "angular-async-local-storage",
"_id": "angular-async-local-storage@5.0.1",
"_from": "angular-async-local-storage@^5.0.2",
"_id": "angular-async-local-storage@5.0.2",
"_inBundle": false,
"_integrity": "sha512-vhBMzu4FrSwA7Gyq3uyYlVPyAfLGsaxc/huj6aEU8YyaZ12EkV/izXVLxTLTZLEgVbxob8Yif3o6YNH6lKdZew==",
"_integrity": "sha512-VCICHoF4e3e6DMLEdR8smHwg0AounocQnSOHzRECY79zWUqZcIAWyVTDDU50R6UBh9s5eBidmqO8HmzX2N8Qqg==",
"_location": "/angular-async-local-storage",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "range",
"registry": true,
"raw": "angular-async-local-storage",
"raw": "angular-async-local-storage@^5.0.2",
"name": "angular-async-local-storage",
"escapedName": "angular-async-local-storage",
"rawSpec": "",
"rawSpec": "^5.0.2",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "^5.0.2"
},

@@ -22,6 +22,6 @@ "_requiredBy": [

],
"_resolved": "https://registry.npmjs.org/angular-async-local-storage/-/angular-async-local-storage-5.0.1.tgz",
"_shasum": "47d5f5c079b3963b09c991c79c371fcde865453e",
"_spec": "angular-async-local-storage",
"_where": "/Users/cyrille/Web/onsite/cinemapp",
"_resolved": "https://registry.npmjs.org/angular-async-local-storage/-/angular-async-local-storage-5.0.2.tgz",
"_shasum": "7fa08cfb5bc76d699e35af2d6fad98123375d178",
"_spec": "angular-async-local-storage@^5.0.2",
"_where": "/Users/cyrille/Web/tests/v6finale",
"author": {

@@ -35,3 +35,3 @@ "name": "Cyrille Tuzi"

"dependencies": {},
"deprecated": false,
"deprecated": "This package has been renamed @ngx-pwa/local-storage. For new projects, install the new package with: npm install @ngx-pwa/local-storage. For existing projects, the old package still works for Angular 4 and Angular 5, but migration is required for Angular 6. See full migration guide on Github: https://github.com/cyrilletuzi/angular-async-local-storage/blob/master/MIGRATION.md",
"description": "Efficient local storage module for Angular : simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.",

@@ -134,3 +134,3 @@ "devDependencies": {

"typings": "./angular-async-local-storage.d.ts",
"version": "5.0.1"
"version": "5.0.2"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc