Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wallet01/cosmos

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wallet01/cosmos - npm Package Compare versions

Comparing version 0.5.5 to 0.6.0

dist/chunk-MWCZKSJ3.js

11

CHANGELOG.md
# @wallet01/cosmos
## 0.6.0
### Minor Changes
- added package for tezos
### Patch Changes
- Updated dependencies
- @wallet01/core@0.6.0
## 0.5.5

@@ -4,0 +15,0 @@

2

dist/connectors/keplr.js
import {
KeplrConnector
} from "../chunk-6U2GXV7V.js";
} from "../chunk-MWCZKSJ3.js";
import "../chunk-3TMGHRIN.js";

@@ -5,0 +5,0 @@ export {

import {
KeplrConnector
} from "./chunk-6U2GXV7V.js";
} from "./chunk-MWCZKSJ3.js";
import "./chunk-3TMGHRIN.js";

@@ -5,0 +5,0 @@ export {

{
"name": "@wallet01/cosmos",
"version": "0.5.5",
"version": "0.6.0",
"main": "dist/index.cjs",

@@ -12,3 +12,3 @@ "types": "dist/index.d.ts",

"eventemitter3": "^4.0.7",
"@wallet01/core": "0.5.5"
"@wallet01/core": "0.6.0"
},

@@ -15,0 +15,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ import { Window as KeplrWindow } from "@keplr-wallet/types";

constructor(chain: string = "secret-4") {
super(chain, "keplr");
super(chain, "keplr", "cosmos");
}

@@ -72,3 +72,3 @@

console.error("Cosmos Ecosystem doesn't support DIDs as of now");
return null;
throw new Error("Cosmos Ecosystem doesn't support DIDs as of now");
}

@@ -75,0 +75,0 @@

Sorry, the diff of this file is not supported yet

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