pragma-local-storage
Advanced tools
Comparing version 2022.5.1-1 to 2022.5.2-1
{ | ||
"name": "pragma-local-storage", | ||
"version": "2022.5.1-1", | ||
"version": "2022.5.2-1", | ||
"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.4.0-1" | ||
"pragma-testing": "2022.5.2-1" | ||
}, | ||
"dependencies": { | ||
"pragma-core": "2022.5.1-1" | ||
"pragma-core": "2022.5.2-1" | ||
} | ||
} |
@@ -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"; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
38125
23
596
1
3
1
1
+ Addedpragma-core@2022.5.2-1(transitive)
- Removedpragma-core@2022.5.1-1(transitive)
Updatedpragma-core@2022.5.2-1