dependency-injection
Advanced tools
Comparing version 1.7.3 to 1.8.0
{ | ||
"name": "dependency-injection", | ||
"description": "Dependency injection with configuration and autowire for node js and browser", | ||
"version": "1.7.3", | ||
"version": "1.8.0", | ||
"author": { | ||
@@ -25,11 +25,16 @@ "name": "David Kudera", | ||
"dependencies": { | ||
"easy-configuration": "~1.6.6" | ||
"easy-configuration": "1.6.6" | ||
}, | ||
"devDependencies": { | ||
"chai": "~1.8.1", | ||
"mocha": "~1.14.0" | ||
"chai": "1.8.1", | ||
"mocha": "1.15.1", | ||
"mocha-phantomjs": "3.2.0", | ||
"phantomjs": "1.9.2-5" | ||
}, | ||
"scripts": { | ||
"test": "cd ./test; echo \"Testing in node:\"; mocha ./node/index.js --reporter spec; cd browser; echo \"Testing in browser:\"; mocha-phantomjs ./index.html" | ||
"test": "npm run test-node && npm run test-browser", | ||
"test-build": "cd ./test/browser; simq build;", | ||
"test-node": "mocha ./test/node/index.js --reporter spec", | ||
"test-browser": "mocha-phantomjs ./test/browser/index.html" | ||
} | ||
} |
@@ -0,1 +1,5 @@ | ||
[![NPM version](https://badge.fury.io/js/dependency-injection.png)](http://badge.fury.io/js/dependency-injection) | ||
[![Dependency Status](https://gemnasium.com/sakren/node-dependency-injection.png)](https://gemnasium.com/sakren/node-dependency-injection) | ||
[![Build Status](https://travis-ci.org/sakren/node-dependency-injection.png?branch=master)](https://travis-ci.org/sakren/node-dependency-injection) | ||
# Dependency injection | ||
@@ -350,2 +354,8 @@ | ||
* 1.8.0 | ||
+ Better tests (mocha does not need to be installed globally) | ||
+ Updated dependencies | ||
+ Added badges | ||
+ Added to travis | ||
* 1.7.3 | ||
@@ -352,0 +362,0 @@ + Bug with no-string arguments |
@@ -5,3 +5,3 @@ { | ||
"base": "../../", | ||
"application": "./test/browser/application.js", | ||
"target": "./test/browser/application.js", | ||
"modules": [ | ||
@@ -8,0 +8,0 @@ "./test/browser/tests/*.coffee", |
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
130282
32
2258
440
4
Updatedeasy-configuration@1.6.6