Socket
Socket
Sign inDemoInstall

espower

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espower - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

10

CHANGELOG.md

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

## [0.10.0](https://github.com/twada/espower/releases/tag/v0.10.0) (2014-11-11)
* **espower:**
* update escodegen ([22b002e3](https://github.com/twada/espower/commit/22b002e3c8c99679f5b97ae104ed66d685a0ea59))
* update estraverse ([ecb6c07d](https://github.com/twada/espower/commit/ecb6c07dec5fd3c9cbf2da4e82667d0077ef3909))
* update espurify ([9a75c16f](https://github.com/twada/espower/commit/9a75c16ff91f952b26a373df4e96bdcc6e09cfd8))
* update escallmatch ([dbf424b1](https://github.com/twada/espower/commit/dbf424b1d3236dd2ac9e4076aef1ecee3867e228))
### 0.9.1 (2014-09-15)

@@ -2,0 +12,0 @@

13

gulpfile.js
var gulp = require('gulp'),
gutil = require('gulp-util'),
jshint = require('gulp-jshint'),
stylish = require('jshint-stylish'),
mocha = require('gulp-mocha'),

@@ -13,2 +15,5 @@ mochaPhantomJS = require('gulp-mocha-phantomjs'),

config = {
jshint: {
src: './lib/**/*.js'
},
bundle: {

@@ -93,3 +98,3 @@ standalone: 'espower',

gulp.task('webserver', function() {
gulp.task('serve', function() {
gulp.src(__dirname)

@@ -155,4 +160,10 @@ .pipe(webserver({

gulp.task('lint', function() {
return gulp.src(config.jshint.src)
.pipe(jshint())
.pipe(jshint.reporter(stylish));
});
gulp.task('clean', ['clean_coverage', 'clean_bundle', 'clean_source_map_bundle']);
gulp.task('test', ['unit','test_browser','test_amd']);

37

package.json
{
"name": "espower",
"description": "Power Assert feature instrumentor based on the Mozilla JavaScript AST",
"version": "0.9.1",
"version": "0.10.0",
"author": {

@@ -15,7 +15,7 @@ "name": "Takuto Wada",

"clone": "~0.1.18",
"escallmatch": "~0.3.1",
"escodegen": "~1.3.3",
"espurify": "~0.1.3",
"estraverse": "~1.5.1",
"source-map": "~0.1.38",
"escallmatch": "~1.0.0",
"escodegen": "~1.4.1",
"espurify": "~1.0.0",
"estraverse": "~1.7.0",
"source-map": "~0.1.40",
"type-name": "~1.0.0",

@@ -26,15 +26,17 @@ "xtend": "~4.0.0"

"blanket": "~1.1.6",
"browserify": "~5.11.2",
"del": "~0.1.2",
"browserify": "~6.2.0",
"del": "~0.1.3",
"esprima": "~1.2.2",
"gulp": "~3.8.8",
"gulp-derequire": "~1.1.0",
"gulp-mocha": "~1.1.0",
"gulp-mocha-phantomjs": "~0.5.0",
"gulp": "~3.8.9",
"gulp-derequire": "~2.0.0",
"gulp-jshint": "~1.9.0",
"gulp-mocha": "~1.1.1",
"gulp-mocha-phantomjs": "~0.5.1",
"gulp-util": "~3.0.1",
"gulp-webserver": "~0.6.0",
"mocha": "~1.21.4",
"gulp-webserver": "~0.8.3",
"jshint-stylish": "~1.0.0",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "~0.0.1",
"through2": "~1.1.1",
"vinyl-source-stream": "~0.1.1"
"vinyl-source-stream": "~1.0.0"
},

@@ -57,4 +59,5 @@ "directories": {

"power-assert",
"assert",
"assertion",
"test",
"assert",
"testing",

@@ -75,2 +78,4 @@ "ecmascript",

"bower": "bower install --config.interactive=false",
"build": "gulp bundle",
"lint": "gulp lint",
"test": "gulp test",

@@ -77,0 +82,0 @@ "coveralls": "gulp coverage && cat ./coverage.lcov | coveralls"

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