@injectivelabs/utils
Advanced tools
Comparing version 1.14.41-alpha.5 to 1.14.41-alpha.6
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const store2_1 = require("store2"); | ||
const store2_1 = require("@bangjelkoski/store2"); | ||
class LocalStorage { | ||
@@ -5,0 +5,0 @@ storage; |
@@ -1,2 +0,2 @@ | ||
import { store } from 'store2'; | ||
import { store } from '@bangjelkoski/store2'; | ||
export default class LocalStorage { | ||
@@ -3,0 +3,0 @@ storage; |
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "1.14.41-alpha.5", | ||
"version": "1.14.41-alpha.6", | ||
"sideEffects": false, | ||
@@ -68,7 +68,5 @@ "type": "module", | ||
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post", | ||
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json && yarn build:post:patches", | ||
"build:post:patches": "node --experimental-fetch ./../../etc/patches/utils.js", | ||
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json", | ||
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist", | ||
"test": "jest", | ||
"postinstall": "patch-package", | ||
"test:watch": "jest --watch", | ||
@@ -82,2 +80,3 @@ "test:ci": "jest --coverage --ci --reporters='jest-junit'", | ||
"dependencies": { | ||
"@bangjelkoski/store2": "^2.14.3", | ||
"@injectivelabs/exceptions": "^1.14.41-alpha.0", | ||
@@ -88,5 +87,3 @@ "@injectivelabs/networks": "^1.14.41-alpha.1", | ||
"bignumber.js": "^9.0.1", | ||
"http-status-codes": "^2.2.0", | ||
"patch-package": "^8.0.0", | ||
"store2": "^2.14.3" | ||
"http-status-codes": "^2.2.0" | ||
}, | ||
@@ -96,3 +93,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b05d20e30c0b409173704a3219def21dd5d0eb3f" | ||
"gitHead": "2cf9fef15329bc0385105ac7c624f5597e9f3696" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
7
0
182988
+ Added@bangjelkoski/store2@^2.14.3
+ Added@bangjelkoski/store2@2.14.3(transitive)
- Removedpatch-package@^8.0.0
- Removedstore2@^2.14.3
- Removed@yarnpkg/lockfile@1.1.0(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedat-least-node@1.0.0(transitive)
- Removedbraces@3.0.3(transitive)
- Removedcall-bind@1.0.8(transitive)
- Removedcall-bound@1.0.4(transitive)
- Removedchalk@4.1.2(transitive)
- Removedci-info@3.9.0(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcross-spawn@7.0.6(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfind-yarn-workspace-root@2.0.0(transitive)
- Removedfs-extra@9.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedis-docker@2.2.1(transitive)
- Removedis-number@7.0.0(transitive)
- Removedis-wsl@2.2.0(transitive)
- Removedisarray@2.0.5(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjson-stable-stringify@1.2.1(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removedjsonify@0.0.1(transitive)
- Removedklaw-sync@6.0.0(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedopen@7.4.2(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedpatch-package@8.0.0(transitive)
- Removedpath-key@3.1.1(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedsemver@7.7.1(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedslash@2.0.0(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtmp@0.0.33(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removeduniversalify@2.0.1(transitive)
- Removedwhich@2.0.2(transitive)
- Removedyaml@2.7.0(transitive)