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

@injectivelabs/utils

Package Overview
Dependencies
Maintainers
0
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/utils - npm Package Compare versions

Comparing version 1.14.41-alpha.5 to 1.14.41-alpha.6

2

dist/cjs/classes/LocalStorage.js
"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

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