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

fast-sort

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-sort - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "fast-sort",
"version": "2.1.1",
"version": "2.1.2",
"description": "Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.",

@@ -5,0 +5,0 @@ "main": "dist/sort.js",

@@ -222,2 +222,22 @@ # fast-sort

### Usage with ts-node
In a nodeJS environment, when fast-sort is being imported with ts-node, you might see an error along the lines of:
```
TypeError {
message: 'fast_sort_1.default is not a function',
}
```
In this case just add this to your `tsconfig.json`:
```json
{
"compilerOptions": {
"esModuleInterop": true
}
}
```
### Fast sort versions

@@ -224,0 +244,0 @@

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