Socket
Socket
Sign inDemoInstall

ambi

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ambi - npm Package Compare versions

Comparing version 10.4.0 to 10.5.0-next.1700829739.060c435283aba806a5b91e039a0893f868387593

20

package.json
{
"name": "ambi",
"version": "10.4.0",
"version": "10.5.0-next.1700829739.060c435283aba806a5b91e039a0893f868387593",
"description": "Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.",

@@ -211,3 +211,3 @@ "homepage": "https://github.com/bevry/ambi",

"dependencies": {
"editions": "^6.13.0",
"editions": "^6.15.0",
"typechecker": "^8.5.0"

@@ -217,3 +217,3 @@ },

"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.3",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",

@@ -223,14 +223,14 @@ "@typescript-eslint/parser": "^6.12.0",

"eslint": "^8.54.0",
"eslint-config-bevry": "^5.0.0",
"eslint-config-bevry": "^5.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.2.0",
"make-deno-edition": "^1.3.0",
"kava": "^7.3.0",
"make-deno-edition": "^2.0.0",
"prettier": "^3.1.0",
"projectz": "^3.2.0",
"projectz": "^3.3.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.4.0",
"valid-module": "^2.4.0"
"valid-directory": "^4.5.0",
"valid-module": "^2.5.0"
},

@@ -278,2 +278,2 @@ "scripts": {

}
}
}

@@ -58,3 +58,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/ambi@^10.4.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/ambi@^10.5.0/edition-deno/index.ts'
```

@@ -66,3 +66,3 @@

<script type="module">
import pkg from '//cdn.skypack.dev/ambi@^10.4.0'
import pkg from '//cdn.skypack.dev/ambi@^10.5.0'
</script>

@@ -75,3 +75,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/ambi@^10.4.0'
import pkg from '//unpkg.com/ambi@^10.5.0'
</script>

@@ -84,3 +84,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/ambi@10.4.0'
import pkg from '//dev.jspm.io/ambi@10.5.0'
</script>

@@ -87,0 +87,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