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

@ethersphere/bee-js

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersphere/bee-js - npm Package Compare versions

Comparing version 6.0.0-pre.9 to 6.0.0-pre.10

2

dist/cjs/utils/tar.js

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

function makeTar(data) {
const tar = new tar_js_1.default();
const tar = new tar_js_1.default(1);
for (const entry of data) {

@@ -21,0 +21,0 @@ const path = fixUnicodePath(entry.path);

@@ -12,3 +12,3 @@ import Tar from 'tar-js';

export function makeTar(data) {
const tar = new Tar();
const tar = new Tar(1);
for (const entry of data) {

@@ -15,0 +15,0 @@ const path = fixUnicodePath(entry.path);

{
"name": "@ethersphere/bee-js",
"version": "6.0.0-pre.9",
"version": "6.0.0-pre.10",
"description": "Javascript client for Bee",

@@ -5,0 +5,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

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