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

@types/bytes

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bytes - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

bytes/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for bytes 3.1

declare namespace bytes {
type Unit = 'b' | 'gb' | 'kb' | 'mb' | 'pb' | 'tb' | 'B' | 'GB' | 'KB' | 'MB' | 'PB' | 'TB';
type Unit = "b" | "gb" | "kb" | "mb" | "pb" | "tb" | "B" | "GB" | "KB" | "MB" | "PB" | "TB";

@@ -22,0 +22,0 @@ interface BytesOptions {

{
"name": "@types/bytes",
"version": "3.1.1",
"version": "3.1.2",
"description": "TypeScript definitions for bytes",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bytes",

"dependencies": {},
"typesPublisherContentHash": "7d94ddf1eb193829af756d2e0aecc6e1b0938f3d2f5d46a4c6bd3a7216f084a5",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "c7c4c12d2351314d6872b34cc5ae0e071186539331d011606312b4b8fccb5580",
"typeScriptVersion": "4.5"
}

@@ -29,3 +29,3 @@ # Installation

declare namespace bytes {
type Unit = 'b' | 'gb' | 'kb' | 'mb' | 'pb' | 'tb' | 'B' | 'GB' | 'KB' | 'MB' | 'PB' | 'TB';
type Unit = "b" | "gb" | "kb" | "mb" | "pb" | "tb" | "B" | "GB" | "KB" | "MB" | "PB" | "TB";

@@ -61,3 +61,3 @@ interface BytesOptions {

### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:47 GMT
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Dependencies: none

@@ -64,0 +64,0 @@ * Global values: none

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