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

file_size_url

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file_size_url - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

AR.md

@@ -30,3 +30,3 @@ # file_size_url

```javascript
import fileSizeUrl from 'file_size_url.js';
import fileSizeUrl from 'file_size_url';

@@ -44,3 +44,3 @@ fileSizeUrl("https://example.com/file.zip")

import { Telegraf } from 'telegraf';
import fileSizeUrl from 'file_size_url.js';
import fileSizeUrl from 'file_size_url';

@@ -70,3 +70,3 @@ const bot = new Telegraf('<YOUR_BOT_TOKEN>');

import express from 'express';
import fileSizeUrl from 'file_size_url.js';
import fileSizeUrl from 'file_size_url';

@@ -73,0 +73,0 @@ const app = express();

{
"name": "file_size_url",
"version": "1.0.5",
"version": "1.0.6",
"description": "A lightweight Node.js library to fetch the file size from a remote URL without downloading the file. Zero dependencies. Returns a Promise with the file size formatted as 'B', 'KB', 'MB', 'GB', or 'TB'.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,3 +33,3 @@ # file_size_url

```javascript
import fileSizeUrl from 'file_size_url.js';
import fileSizeUrl from 'file_size_url';

@@ -47,3 +47,3 @@ fileSizeUrl("https://example.com/file.zip")

import { Telegraf } from 'telegraf';
import fileSizeUrl from 'file_size_url.js';
import fileSizeUrl from 'file_size_url';

@@ -73,3 +73,3 @@ const bot = new Telegraf('<YOUR_BOT_TOKEN>');

import express from 'express';
import fileSizeUrl from 'file_size_url.js';
import fileSizeUrl from 'file_size_url';

@@ -76,0 +76,0 @@ const app = express();

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