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

arbundles

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arbundles - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

build/file.d.ts

25

package.json
{
"name": "arbundles",
"version": "0.6.3",
"version": "0.6.4",
"description": "Arweave bundling library",

@@ -10,14 +10,7 @@ "author": "Josh Benaron <joshbenaron@gmail.com>",

"files": [
"index.js",
"index.js.map",
"index.d.ts",
"src/**/*.js",
"src/**/*.js.map",
"src/**/*.d.ts",
"stream/**/*.js",
"stream/**/*.js.map",
"stream/**/*.d.ts",
"file/**/*.js",
"file/**/*.js.map",
"file/**/*.d.ts"
"build/**/*.js",
"/build/**/*.ts",
"file/**/*",
"stream/**/*",
"file/**/*"
],

@@ -29,3 +22,6 @@ "scripts": {

"husky-install": "(node -e \"if (!require('fs').existsSync(__dirname + '/.git')) {process.exit(1)}\" && husky install || true)",
"ensure-build": "(node -e \"if (!require('fs').existsSync(__dirname + '/build')) {process.exit(1)}\" || yarn run build)"
"ensure-build": "(node -e \"if (!require('fs').existsSync(__dirname + '/build')) {process.exit(1)}\" || yarn run build)",
"postinstall": "yarn run ensure-build",
"prepack": "yarn run ensure-build",
"prepare": "npm run build"
},

@@ -75,3 +71,2 @@ "devDependencies": {

"noble-ed25519": "^1.2.6",
"package.json": "^2.0.1",
"secp256k1": "^4.0.2",

@@ -78,0 +73,0 @@ "starkbank-ecdsa": "^1.1.2",

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