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

@waves/js-test-env

Package Overview
Dependencies
Maintainers
17
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/js-test-env - npm Package Compare versions

Comparing version 0.7.0-beta.8 to 0.7.0

14

index.js

@@ -1,8 +0,14 @@

const augment = require('./augment');
const augment = require('./augment').default;
let global;
try {
global = Function('return this')();
} catch (e) {
global = window;
}
augment(global);
(global as any).env = {
global.env = {
API_BASE: 'https://nodes-testnet.wavesnodes.com',
SEED: 'default seed',
CHAIN_ID: 'T'
CHAIN_ID: 'T',
timeout: 20000
};
{
"name": "@waves/js-test-env",
"version": "0.7.0-beta.8",
"version": "0.7.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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