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

composable-functions

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

composable-functions - npm Package Compare versions

Comparing version 1.0.0 to 4.0.0

API.md

43

package.json
{
"name": "composable-functions",
"version": "1.0.0",
"description": "TBD",
"main": "index.js",
"version": "4.0.0",
"description": "Types and functions to make composition easy and safe",
"author": "Seasoned",
"homepage": "https://github.com/seasonedcc/composable-functions",
"repository": {
"type": "git",
"url": "https://github.com/seasonedcc/composable-functions.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/seasonedcc/composable-functions/issues"
},
"main": "./script/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./script/index.js"
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test_runner.js"
},
"author": "",
"license": "ISC"
}
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.18.0",
"undici": "^6.0.0"
},
"_generatedBy": "dnt@0.40.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