🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

sort-unwind

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-unwind - npm Package Compare versions

Comparing version

to
3.0.1

{
"name": "sort-unwind",
"version": "3.0.0",
"version": "3.0.1",
"description": "Sorts an array and then unwinds that sort on another array",

@@ -9,3 +9,12 @@ "author": "Philihp Busby <philihp@gmail.com>",

"type": "module",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {

@@ -21,2 +30,3 @@ "build": "tsup",

"/dist/",
"package.json",
"!/dist/**/__tests__/*.js"

@@ -23,0 +33,0 @@ ],