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 2.1.3 to 2.1.4

cyclic.js

8

package.json
{
"name": "ambi",
"version": "2.1.3",
"version": "2.1.4",
"description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).",

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

"dependencies": {
"typechecker": "~2.0.2"
"typechecker": "~2.0.6"
},

@@ -47,6 +47,6 @@ "devDependencies": {

"scripts": {
"preinstall": "node -e \"if(require('fs').existsSync('./.git')){ require('child_process').spawn('npm', ['install','--force',require('./package.json').name], {env:process.env,cwd:process.cwd(),stdio:'inherit'}); }\"",
"preinstall": "node ./cyclic.js",
"test": "node ./out/test/everything-test.js"
},
"main": "./out/lib/ambi.js"
}
}

@@ -7,3 +7,3 @@ # Ambi

[![Flattr donate button](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif)](https://www.paypal.com/au/cgi-bin/webscr?cmd=_flow&SESSION=IHj3DG3oy_N9A9ZDIUnPksOi59v0i-EWDTunfmDrmU38Tuohg_xQTx0xcjq&dispatch=5885d80a13c0db1f8e263663d3faee8d14f86393d55a810282b64afed84968ec "Donate once-off to this project using Paypal")
[![PayPayl donate button](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")

@@ -13,16 +13,21 @@ Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).

## Install
### Backend
### [Node](http://nodejs.org/), [Browserify](http://browserify.org/)
- Use: `require('ambi')`
- Install: 'npm install --save ambi'
1. [Install Node.js](http://bevry.me/node/install)
2. `npm install --save ambi`
### [Ender](http://ender.jit.su/)
- Use: `require('ambi')`
- Install: `ender add ambi`
### Frontend
## [Component](http://github.com/component/component)
- Use: `require('ambi')`
- Install: `component install bevry/ambi`
1. [See Browserify](http://browserify.org)
## [Bower](http://bower.io/)
- Use: `require('ambi')`
- Install: `bower install ambi`
## Usage

@@ -29,0 +34,0 @@

Sorry, the diff of this file is not supported yet

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