remote-storage
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "remote-storage", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across browsers and devices.", | ||
@@ -64,3 +64,3 @@ "type": "module", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"build": "tsup && tsup --config tsup.dist.config.ts && mv dist/index.min.js dist/remote-storage.min.js", | ||
"test": "jest", | ||
@@ -67,0 +67,0 @@ "lint": "eslint --fix --ext .ts,.tsx .", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
835670
10
3208
3
3