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

@waves/js-test-env

Package Overview
Dependencies
Maintainers
16
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.1.1 to 0.1.2

2

index.js

@@ -14,3 +14,3 @@ "use strict";

const currentAddress = () => wt.libs.crypto.address(global.env.SEED, global.env.CHAIN_ID);
const injectEnv = (f) => (po, seed) => f(Object.assign({ chainId: global.env.CHAIN_ID }, po), seed === null
const injectEnv = (f) => (po, seed) => f(Object.assign({ chainId: global.env.CHAIN_ID, additionalFee: seed === undefined && global.env.isScripted ? 400000 : undefined }, po), seed === null
? null

@@ -17,0 +17,0 @@ : seed || global.env.SEED);

{
"name": "@waves/js-test-env",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -9,2 +9,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"buildDocs": "node ./scripts/buildDocs.js",
"deploy": "tsc && cp package.json dist/package.json && cd dist && npm publish"

@@ -11,0 +12,0 @@ },

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