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

@types/natural-compare-lite

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/natural-compare-lite - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

5

natural-compare-lite/index.d.ts

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

// Type definitions for natural-compare-lite 1.4
// Project: https://github.com/litejs/natural-compare-lite
// Definitions by: Doniyor Aliyev <https://github.com/doniyor2109>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function naturalCompare(a: string, b: string): -1 | 0 | 1;
export = naturalCompare;

16

natural-compare-lite/package.json
{
"name": "@types/natural-compare-lite",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript definitions for natural-compare-lite",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite",
"license": "MIT",

@@ -9,16 +10,17 @@ "contributors": [

"name": "Doniyor Aliyev",
"url": "https://github.com/doniyor2109",
"githubUsername": "doniyor2109"
"githubUsername": "doniyor2109",
"url": "https://github.com/doniyor2109"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/natural-compare-lite"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "d55325fc493df0592236a7b52b0b52890c13f499ff313c0b030a701ee7ee1b3c",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "555ed563bad7881b13caa98299256d9fc5930577d59f1a51d73d4fbe7a5a07fb",
"typeScriptVersion": "4.5"
}

@@ -5,13 +5,19 @@ # Installation

# Summary
This package contains type definitions for natural-compare-lite ( https://github.com/litejs/natural-compare-lite ).
This package contains type definitions for natural-compare-lite (https://github.com/litejs/natural-compare-lite).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite/index.d.ts)
````ts
declare function naturalCompare(a: string, b: string): -1 | 0 | 1;
Additional Details
* Last updated: Fri, 15 Feb 2019 17:40:31 GMT
export = naturalCompare;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Doniyor Aliyev <https://github.com/doniyor2109>.
These definitions were written by [Doniyor Aliyev](https://github.com/doniyor2109).

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