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.27.0 to 8.28.0-next.1627587891.793a3d1f25942d4e8b1371c82ae03b606513e031

4

HISTORY.md
# History
## v8.28.0 2021 July 30
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v8.27.0 2021 July 29

@@ -4,0 +8,0 @@

6

package.json
{
"name": "ambi",
"version": "8.27.0",
"version": "8.28.0-next.1627587891.793a3d1f25942d4e8b1371c82ae03b606513e031",
"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.",

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

"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",
"eslint-config-bevry": "^3.26.0",
"eslint-config-prettier": "^8.3.0",

@@ -173,3 +173,3 @@ "eslint-plugin-prettier": "^3.4.0",

"prettier": "^2.3.2",
"projectz": "^2.18.0",
"projectz": "^2.21.0",
"surge": "^0.23.0",

@@ -176,0 +176,0 @@ "typedoc": "^0.21.4",

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

[Complete API Documentation.](http://master.ambi.bevry.surge.sh/docs/globals.html)
[Complete API Documentation.](http://master.ambi.bevry.surge.sh/docs/)

@@ -60,3 +60,3 @@ [View Example Usage.](https://github.com/bevry/ambi/blob/master/example.js)

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

@@ -69,3 +69,3 @@ ```

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

@@ -78,3 +78,3 @@ ```

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

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