Socket
Socket
Sign inDemoInstall

testee-client

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.4.0-pre.1

build.js

58

Gruntfile.js

@@ -5,61 +5,9 @@ 'use strict';

grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jshint: {
options: {
jshintrc: '.jshintrc'
},
lib: ['lib/**/*.js', 'Gruntfile.js'],
test: 'test/*.test.js'
},
uglify: {
dist: {
files: {
'dist/testee.min.js': 'dist/testee.js'
}
},
bootstrap: {
files: {
'dist/bootstrap.min.js': 'lib/bootstrap.js'
}
}
},
browserify: {
dist: {
files: {
'dist/testee.js': ['lib/index.js']
}
},
debug: {
browserifyOptions: {
bundleOptions: {
debug: true
}
},
files: {
'dist/testee.dev.js': ['lib/index.js']
}
}
},
qunit: {
test: ['test/index.html']
},
watch: {
scripts: {
files: ['lib/**/*.js'],
tasks: ['build']
}
},
release: {}
}
});
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-qunit');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-browserify');
grunt.loadNpmTasks('grunt-release');
grunt.registerTask('build', ['browserify', 'uglify']);
grunt.registerTask('test', ['jshint', 'build', 'qunit']);
grunt.registerTask('default', ['watch']);
};
grunt.registerTask('default', [ 'qunit' ]);
};
{
"name": "testee-client",
"version": "0.3.4",
"version": "0.4.0-pre.1",
"description": "Testee testing framework client adapters",
"main": "dist/testee.js",
"scripts": {
"test": "grunt test"
"jshint": "jshint --config .jshintrc test/*.js src/*.js",
"build": "rm -rf dist/ && node build.js",
"grunt": "grunt",
"test": "npm run jshint && npm run build && npm run grunt",
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},

@@ -20,2 +30,13 @@ "repository": {

],
"system": {
"main": "testee-client/index",
"directories": {
"lib": "src"
},
"meta": {
"core-js/client/core": {
"format": "amd"
}
}
},
"author": "David Luecke <david@bitovi.com>",

@@ -27,19 +48,21 @@ "license": "MIT",

"homepage": "https://github.com/bitovi/testee-client",
"dependencies": {
"es6-promise": "^3.2.1",
"md5": "^2.0.0",
"underscore": "^1.6.0"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.3.4",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"core-js": "^2.4.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-release": "^0.14.0"
"install": "^0.8.1",
"jasmine-core": "^2.5.1",
"jshint": "^2.9.3",
"lodash": "^4.15.0",
"md5": "^2.2.1",
"mocha": "^3.0.2",
"qunitjs": "^1.23.1",
"socket.io-client": "^1.4.8",
"steal": "^1.0.0-rc.3",
"steal-tools": "^1.0.0-rc.1",
"wolfy87-eventemitter": "^5.1.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc