Comparing version 2.1.3 to 2.1.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
7787
6
38
89
2
1
Updatedtypechecker@~2.0.6