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.6.0 to 10.7.0-next.1701792144.4f459caad7007098d7e0e455693cd0003667c47e

2

edition-deno/index.ts
// Import
import { isError } from 'https://unpkg.com/typechecker@^9.1.0/edition-deno/index.ts'
import { isError } from 'https://unpkg.com/typechecker@^9.2.0/edition-deno/index.ts'

@@ -4,0 +4,0 @@ // Handle success case

{
"name": "ambi",
"version": "10.6.0",
"version": "10.7.0-next.1701792144.4f459caad7007098d7e0e455693cd0003667c47e",
"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,4 +211,4 @@ "homepage": "https://github.com/bevry/ambi",

"dependencies": {
"editions": "^6.18.0",
"typechecker": "^9.1.0"
"editions": "^6.19.0",
"typechecker": "^9.2.0"
},

@@ -220,3 +220,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.8.0",
"assert-helpers": "^11.9.0",
"eslint": "^8.55.0",

@@ -277,2 +277,2 @@ "eslint-config-bevry": "^5.2.0",

}
}
}

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

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

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

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

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

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

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

<script type="module">
import pkg from '//dev.jspm.io/ambi@10.6.0'
import pkg from '//dev.jspm.io/ambi@10.7.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