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.5 to 2.0.6

dist/index.cjs

16

CHANGELOG.md

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

## [2.0.6](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.5...@bluelovers/string-natural-compare@2.0.6) (2022-06-01)
### 🛠 Build System
* update tsdx ([2fd45ba](https://github.com/bluelovers/ws-array/commit/2fd45ba88a6190b28828eecff56a1d8152817ccb))
### ♻️ Chores
* **deps:** update deps ([b49fe32](https://github.com/bluelovers/ws-array/commit/b49fe32dd2967e3912a35f620ba7534097425a2a))
## [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)

@@ -8,0 +24,0 @@

25

package.json
{
"name": "@bluelovers/string-natural-compare",
"version": "2.0.5",
"version": "2.0.6",
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",
"keywords": [
"create-by-yarn-tool",
"create-by-tsdx"
],
"homepage": "https://github.com/bluelovers/ws-array/tree/master/packages/string-natural-compare#readme",

@@ -15,6 +19,16 @@ "bugs": {

"author": "bluelovers",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {

@@ -45,3 +59,3 @@ "coverage": "yarn run test -- --coverage",

"string-natural-compare": "^3.0.1",
"tslib": "^2.3.1"
"tslib": "^2"
},

@@ -51,3 +65,4 @@ "publishConfig": {

},
"gitHead": "2da633be703855f231a5ed17974786e658c299af"
"gitHead": "69e8484ee268f8c2640a5df3714075a46a6c0e11",
"packageManager": "yarn@^1.22.11"
}
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