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

gamla

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamla - npm Package Compare versions

Comparing version 44.0.0 to 46.0.0

esm/src/array.d.ts

28

package.json
{
"module": "./esm/src/index.js",
"main": "./script/src/index.js",
"types": "./types/src/index.d.ts",
"name": "gamla",
"version": "44.0.0",
"version": "46.0.0",
"description": "Functional programming with async and type safety",
"license": "MIT",
"repository": {

@@ -13,15 +9,12 @@ "type": "git",

},
"license": "MIT",
"bugs": {
"url": "https://github.com/uriva/gamlajs/issues"
},
"main": "./script/src/index.js",
"module": "./esm/src/index.js",
"exports": {
".": {
"import": {
"types": "./types/src/index.d.ts",
"default": "./esm/src/index.js"
},
"require": {
"types": "./types/src/index.d.ts",
"default": "./script/src/index.js"
}
"import": "./esm/src/index.js",
"require": "./script/src/index.js"
}

@@ -33,6 +26,7 @@ },

"devDependencies": {
"@types/node": "^18.11.9",
"chalk": "^4.1.2",
"@deno/shim-deno": "~0.12.0"
}
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.17.0"
},
"_generatedBy": "dnt@0.39.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