New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@itrocks/sorted-array

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itrocks/sorted-array - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

cjs/sorted-array.d.ts

20

package.json

@@ -10,8 +10,14 @@ {

},
"engines": {
"node": ">=18"
},
"exports": {
"import": "./esm/sorted-array.js",
"require": "./cjs/sorted-array.js"
},
"files": [
"LICENSE",
"README.md",
"cjs",
"sorted-array.d.ts",
"sorted-array.js"
"*/*.d.ts",
"*/*.js"
],

@@ -32,5 +38,3 @@ "keywords": [

],
"license": "MIT",
"main": "./cjs/sorted-array.js",
"module": "./sorted-array.js",
"license": "ISC",
"name": "@itrocks/sorted-array",

@@ -43,4 +47,4 @@ "repository": "https://github.com/itrocks-ts/sorted-array",

},
"types": "./sorted-array.d.ts",
"version": "0.0.13"
"types": "./esm/sorted-array.d.ts",
"version": "0.0.14"
}
LICENSE

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