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

@bluelovers/string-natural-compare

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluelovers/string-natural-compare - npm Package Compare versions

Comparing version 2.0.3 to 2.0.5

22

CHANGELOG.md

@@ -6,2 +6,24 @@ # Change Log

## [2.0.5](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.4...@bluelovers/string-natural-compare@2.0.5) (2021-11-27)
### 🐛 Bug Fixes
* **build:** `--export-referenced-types` can't be set false ([3041fd2](https://github.com/bluelovers/ws-array/commit/3041fd20f3d144da0be68e89364f069576661ed5))
## [2.0.4](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.3...@bluelovers/string-natural-compare@2.0.4) (2021-11-27)
### 🔖 Miscellaneous
* . ([fa2f19c](https://github.com/bluelovers/ws-array/commit/fa2f19c32ec97906ae387b9bf1c4c56f8d6d4a04))
## [2.0.3](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.1...@bluelovers/string-natural-compare@2.0.3) (2021-11-24)

@@ -8,0 +30,0 @@

2

dist/index.d.ts

@@ -40,3 +40,3 @@ /**

export declare const compareCaseInsensitive: (a: string | number, b: string | number) => number;
naturalCompare;
export default naturalCompare;

@@ -43,0 +43,0 @@ export {

{
"name": "@bluelovers/string-natural-compare",
"version": "2.0.3",
"version": "2.0.5",
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",

@@ -27,3 +27,3 @@ "homepage": "https://github.com/bluelovers/ws-array/tree/master/packages/string-natural-compare#readme",

"build": "yarn run build:tsdx && yarn run build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --external-inlines ts-type --export-referenced-types false & echo build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --external-inlines ts-type & echo build:dts",
"build:tsdx": "tsdx build --target node --name index",

@@ -50,3 +50,3 @@ "preversion": "echo preversion && yarn run test",

},
"gitHead": "1b8d6596d1d89a36947fed7d1493e6deda7acd8c"
"gitHead": "2da633be703855f231a5ed17974786e658c299af"
}
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