Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2.0 to 10.3.0-next.1699976765.341e41419beade14f8c74e87791c4d234236997e

2

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

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

{
"name": "ambi",
"version": "10.2.0",
"version": "10.3.0-next.1699976765.341e41419beade14f8c74e87791c4d234236997e",
"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.",

@@ -194,4 +194,4 @@ "homepage": "https://github.com/bevry/ambi",

"dependencies": {
"editions": "^6.11.0",
"typechecker": "^8.1.0"
"editions": "^6.13.0",
"typechecker": "^8.2.0"
},

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

"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.2.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",

@@ -260,2 +260,2 @@ "eslint-config-bevry": "^4.0.0",

}
}
}

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

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

@@ -65,3 +65,3 @@

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

@@ -74,3 +74,3 @@ ```

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

@@ -83,3 +83,3 @@ ```

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

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