New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.31.0 to 8.32.0-next.1699790400.ee2a47fbc75dfed7d2a33ad08ea33f7dcb918a4a

12

package.json
{
"name": "ambi",
"version": "8.31.0",
"version": "8.32.0-next.1699790400.ee2a47fbc75dfed7d2a33ad08ea33f7dcb918a4a",
"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.",

@@ -162,8 +162,8 @@ "homepage": "https://github.com/bevry/ambi",

"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^8.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.28.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-prettier": "^9.0.0",

@@ -218,2 +218,2 @@ "eslint-plugin-prettier": "^5.0.1",

}
}
}

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

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

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

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

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

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

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