Socket
Socket
Sign inDemoInstall

arweave

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arweave - npm Package Compare versions

Comparing version 1.11.3 to 1.11.4

4

package.json
{
"name": "arweave",
"version": "1.11.3",
"version": "1.11.4",
"description": "Arweave JS client library",

@@ -14,3 +14,3 @@ "main": "./node/index.js",

"compile:node": "tsc --declaration -project tsconfig.node.json && resolve-tspaths -p tsconfig.node.json",
"compile:web": "tsc --declaration -project tsconfig.web.json",
"compile:web": "tsc --declaration -project tsconfig.web.json && resolve-tspaths -p tsconfig.web.json",
"bundle:web": "npx webpack --config-name web",

@@ -17,0 +17,0 @@ "bundle:web-prod": "npx webpack --config-name web-prod",

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

const api_1 = require("./lib/api");
const node_driver_1 = require("@crypto/node-driver");
const node_driver_1 = require("./lib/crypto/webcrypto-driver");
const network_1 = require("./network");

@@ -8,0 +8,0 @@ const transactions_1 = require("./transactions");

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

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