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

string-natural-compare

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-natural-compare - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

natural-compare.js

0

LICENSE.txt

@@ -0,0 +0,0 @@ The MIT License (MIT)

11

package.json
{
"name": "string-natural-compare",
"version": "1.1.0",
"version": "1.1.1",
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",
"main": "index.js",
"main": "natural-compare.js",
"scripts": {

@@ -37,3 +37,3 @@ "test": "grunt"

"pattern": [
"string-natural-compare/index.js"
"string-natural-compare/natural-compare.js"
]

@@ -47,9 +47,8 @@ }

"grunt-contrib-uglify": "0.9.1",
"grunt-jscs": "~1.8.0",
"grunt-jsdoc-to-markdown": "~1.1.0",
"grunt-jscs": "~2.0.0",
"grunt-jsonlint": "^1.0.4",
"grunt-mocha-cov": "~0.4.0",
"mocha": "^2.2.5",
"should": "^6.0.1"
"should": "^7.0.2"
}
}
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