Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "inversify", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A lightweight IoC container written in TypeScript.", | ||
"main": "dist/inversify.js", | ||
"typings": "type_definitions/inversify.d.ts", | ||
"typings": "type_definitions/inversify-npm.d.ts", | ||
"directories": { | ||
@@ -11,3 +11,3 @@ "test": "test" | ||
"scripts": { | ||
"test": "gulp ci" | ||
"test": "gulp" | ||
}, | ||
@@ -45,4 +45,3 @@ "repository": { | ||
"gulp-mocha": "^2.2.0", | ||
"tslint": "^3.2.2", | ||
"typescript": "^1.7.5", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-tslint": "^4.3.1", | ||
@@ -54,2 +53,4 @@ "gulp-typescript": "^2.10.0", | ||
"run-sequence": "^1.1.5", | ||
"tslint": "^3.2.2", | ||
"typescript": "^1.7.5", | ||
"vinyl-buffer": "^1.0.0", | ||
@@ -56,0 +57,0 @@ "vinyl-source-stream": "^1.1.0" |
@@ -10,2 +10,4 @@ # InversifyJS | ||
<img src="https://raw.githubusercontent.com/inversify/inversify.github.io/master/img/logo.png" width="500" /> | ||
A lightweight IoC container written in TypeScript. | ||
@@ -37,10 +39,10 @@ Visit http://inversify.io/ for more information. | ||
``` | ||
**Note**: We have decided to [drop support for bower](https://twitter.com/nachocoloma/status/663622545162280960) and tsd. The InversifyJS type definitions are included in the npm package as it is [recommended by the TypeScript development team](https://github.com/Microsoft/TypeScript/wiki/Typings-for-npm-packages). | ||
If you are planing to use inversify as a global you will need to add a reference to the file named `inversify-global.d.ts` this file is included in the npm package: | ||
``` | ||
bower install inversify --save | ||
/// <reference path="./node_modules/inversify/type_definitions/inversify-global.d.ts" /> | ||
``` | ||
``` | ||
tsd install inversify --save | ||
``` | ||
# The Basics (with TypeScript) | ||
@@ -47,0 +49,0 @@ The main goal of InversifyJS is top allow JavaScript developers to write code that adheres to the SOLID principles. Many of these principles refer to the usage of interfaces. The main reason why it is not possible to write native SOLID JavaScript is because the language lacks interfaces. In the other hand, TypeScript features interfaces, so, if you are going to use InversifyJS it is recommended to work with TypeScript to get the most out of it. |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
53727
12
610
200
19
1
4