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

tezbridge-network

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tezbridge-network - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

16

package.json
{
"name": "tezbridge-network",
"version": "1.0.21",
"version": "1.0.22",
"description": "The TezBridge network library for Tezos blockchain in JavaScript with Flow type system",
"main": "dist/index.js",
"browser": "dist/browser.js",
"main": "main/index.js",
"scripts": {
"flow": "flow",
"dev": "parcel watch src/index.js",
"test": "flow && parcel build test/index.js --target node -o test.js && node dist/test.js",
"build": "rm -rf dist && rm -rf .cache && flow && parcel build src/index.js --target node && NODE_ENV=browser parcel build src/index.js --target browser -o browser.js"
"test": "flow && parcel build test/index.js --target node -o test.js && node dist/test.js"
},

@@ -24,5 +22,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",

@@ -32,4 +30,4 @@ "flow-bin": "^0.86.0"

"dependencies": {
"@babel/runtime": "^7.4.3"
"@babel/runtime": "^7.4.5"
}
}

@@ -18,2 +18,3 @@ # TezBridge Network client

- `parcel-bundler` is needed. (`npm install -g parcel-bundler`)
- When the library is built for brower usage, the node env should be set to `browser`(`NODE_ENV=browser`)

@@ -20,0 +21,0 @@ ## Building

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