Socket
Socket
Sign inDemoInstall

@types/statuses

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/statuses - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

7

statuses/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for statuses 2.0
// Project: https://github.com/jshttp/statuses
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.7
type NumericAscii = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "0";

@@ -9,0 +2,0 @@ type NonNumericAscii<S> = S extends `${NumericAscii}` ? never : any;

12

statuses/package.json
{
"name": "@types/statuses",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for statuses",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/statuses",

"name": "Tanguy Krotoff",
"url": "https://github.com/tkrotoff",
"githubUsername": "tkrotoff"
"githubUsername": "tkrotoff",
"url": "https://github.com/tkrotoff"
},
{
"name": "BendingBender",
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
}

@@ -29,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "7186665828f7d45e070e5a24e31407ab14f52d7a6a235c190c3e74bcb682e89e",
"typesPublisherContentHash": "c06a96001fc6a9eb55d6ec5b14aa03eff765514be25ba125c562b27d42d35a61",
"typeScriptVersion": "4.7"
}

@@ -11,9 +11,2 @@ # Installation

````ts
// Type definitions for statuses 2.0
// Project: https://github.com/jshttp/statuses
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.7
type NumericAscii = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "0";

@@ -51,7 +44,6 @@ type NonNumericAscii<S> = S extends `${NumericAscii}` ? never : any;

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Tanguy Krotoff](https://github.com/tkrotoff), and [BendingBender](https://github.com/BendingBender).
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