Socket
Socket
Sign inDemoInstall

aw

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aw - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.babelrc

8

CHANGELOG.md

@@ -0,3 +1,11 @@

0.0.2 / 2016-05-13
------------------
- compile w/ Babel 6.x
- upgrade Standard v7
- changed order of results tuple
- added decorator support
- changed `context` to `options`, set `options.context`
0.0.1 / 2015-07-22
------------------
- initial release

33

package.json
{
"name": "aw",
"version": "0.0.1",
"version": "0.0.2",
"description": "An async experiment.",
"main": "index.js",
"main": "./lib/aw.js",
"jsnext:main": "./src/aw.js",
"scripts": {
"build": "babel --stage 1 ./aw.js -o index.js",
"test": "standard"
"build": "babel ./src/aw.js -o ./lib/aw.js",
"lint": "standard",
"test": "npm run build && npm run lint && npm run unit",
"unit": "tape -r babel-register tests/*.test.js | tap-spec"
},

@@ -23,9 +26,21 @@ "repository": {

"homepage": "https://github.com/jprichardson/aw#readme",
"dependencies": {
"bluebird": "^2.9.34",
"once": "^1.3.2"
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"standard": "^7.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"tape-promise": "^1.1.0"
},
"devDependencies": {
"babel": "^5.6"
"standard": {
"ignore": "lib/",
"parser": "babel-eslint"
},
"engines": {
"node": ">= 4.0.0"
}
}

@@ -1,1 +0,3 @@

An async experiment.
[![build status](https://secure.travis-ci.org/jprichardson/aw.svg)](http://travis-ci.org/jprichardson/aw)
An async experiment.
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