Socket
Socket
Sign inDemoInstall

just-curry-it

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-curry-it - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

index.cjs

6

CHANGELOG.md
# just-curry-it
## 5.3.0
### Minor Changes
- Rename node module .js -> .cjs
## 5.2.1

@@ -4,0 +10,0 @@

10

package.json
{
"name": "just-curry-it",
"version": "5.2.1",
"version": "5.3.0",
"description": "return a curried function",
"main": "index.js",
"module": "index.mjs",
"type": "module",
"exports": {
".": {
"require": "./index.js",
"types": "./index.d.ts",
"default": "./index.mjs"
"require": "./index.cjs",
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
"main": "index.cjs",
"types": "index.d.ts",

@@ -16,0 +16,0 @@ "scripts": {

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