Socket
Socket
Sign inDemoInstall

@terra-money/terra.js

Package Overview
Dependencies
Maintainers
5
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@terra-money/terra.js - npm Package Compare versions

Comparing version 0.4.18 to 0.4.19-beta.0

1

dist/extension/index.d.ts

@@ -19,2 +19,3 @@ import { Msg } from '../core/Msg';

private generateId;
get isAvailable(): boolean;
send(data: SendData): void;

@@ -21,0 +22,0 @@ on(name: string, callback: (payload: any) => void): void;

@@ -31,2 +31,9 @@ "use strict";

};
Object.defineProperty(Extension.prototype, "isAvailable", {
get: function () {
return this.inpageStream._init;
},
enumerable: false,
configurable: true
});
// low level function for sending message to extension.

@@ -33,0 +40,0 @@ // Do not use this function unless you know what you are doing.

2

package.json
{
"version": "0.4.18",
"version": "0.4.19-beta.0",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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