New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pragma-local-storage

Package Overview
Dependencies
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pragma-local-storage - npm Package Compare versions

Comparing version 2022.5.2-2 to 2022.5.2-3

8

package.json
{
"name": "pragma-local-storage",
"version": "2022.5.2-2",
"version": "2022.5.2-3",
"description": "Contains indexed db storage wrappers for easy consumption across ever green browsers. Currently IndexedDb based storage is available.",

@@ -10,3 +10,3 @@ "main": "commonjs/src/index.js",

"build-publish": "node ./build/publish.js",
"test-unit-teamcity": "nyc mocha ./node_modules/pragma-testing/lib/puppeteer/puppeteer-bootstrap.js --timeout 60000 ./test/puppeteer/launch-unit-tests.js",
"test-unit-teamcity": "nyc mocha ./../../node_modules/pragma-testing/lib/puppeteer/puppeteer-bootstrap.js --timeout 60000 ./test/puppeteer/launch-unit-tests.js",
"run": "ws --port 1100"

@@ -38,7 +38,7 @@ },

"glob": "^7.1.3",
"pragma-testing": "2022.5.2-1"
"pragma-testing": "2022.5.2-2"
},
"dependencies": {
"pragma-core": "2022.5.2-2"
"pragma-core": "2022.5.2-3"
}
}

@@ -1,2 +0,2 @@

import {Notification} from "./../../node_modules/pragma-core/lib/models/notification.js";
import {Notification} from "./../../../../node_modules/pragma-core/lib/models/notification.js";

@@ -3,0 +3,0 @@ export class IndexedDbResponse {

@@ -1,2 +0,2 @@

import {required} from "./../../node_modules/pragma-core/lib/utils.js";
import {required} from "./../../../../node_modules/pragma-core/lib/utils.js";
import * as StorageConstants from "./storage-constants.js";

@@ -3,0 +3,0 @@ import {IndexedDbResponse} from "./indexedDb-response.js";

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