Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dependency-injection

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-injection - npm Package Compare versions

Comparing version 1.7.3 to 1.8.0

.travis.yml

15

package.json
{
"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

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