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 1.0.1 to 1.0.2

11

CHANGELOG.md

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

## [1.0.2](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.1...@bluelovers/string-natural-compare@1.0.2) (2020-06-06)
### Features
* check (a === b) ([290cb69](https://github.com/bluelovers/ws-array/commit/290cb69b2360d0b5fe27f27b111d8670dc969e2f))
## 1.0.1 (2020-06-03)

@@ -8,0 +19,0 @@

3

core.js

@@ -30,2 +30,5 @@ "use strict";

}
if (a === b) {
return 0;
}
i = string_natural_compare_1.default(a, b, opts);

@@ -32,0 +35,0 @@ }

4

package.json
{
"name": "@bluelovers/string-natural-compare",
"version": "1.0.1",
"version": "1.0.2",
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",

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

},
"gitHead": "03c9631a12b129ef758aef972d987186a275422f"
"gitHead": "6442c5d612293619623b0a1861774f512fc21054"
}

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