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

ambi

Package Overview
Dependencies
Maintainers
2
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 8.32.0 to 9.0.0

12

package.json
{
"name": "ambi",
"version": "8.32.0",
"version": "9.0.0",
"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.",

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

"engines": {
"node": ">=10"
"node": ">=8"
},

@@ -114,3 +114,3 @@ "editions": [

{
"description": "TypeScript compiled against ES2022 for Node.js 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "TypeScript compiled against ES2022 for Node.js 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"directory": "edition-es2022",

@@ -125,3 +125,3 @@ "entry": "index.js",

"engines": {
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21",
"node": "8 || 10 || 12 || 14 || 16 || 18 || 20 || 21",
"browsers": false

@@ -168,3 +168,3 @@ }

"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^8.4.0",
"assert-helpers": "^10.0.0",
"eslint": "^8.53.0",

@@ -174,3 +174,3 @@ "eslint-config-bevry": "^3.29.0",

"eslint-plugin-prettier": "^5.0.1",
"kava": "^5.17.0",
"kava": "3.2.0",
"prettier": "^3.0.3",

@@ -177,0 +177,0 @@ "projectz": "^2.23.0",

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

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

@@ -67,3 +67,3 @@ ```

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

@@ -76,3 +76,3 @@ ```

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

@@ -88,3 +88,3 @@ ```

<li><code>ambi</code> aliases <code>ambi/edition-es2022/index.js</code></li>
<li><code>ambi/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>ambi/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>ambi/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul>

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