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

inversify

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inversify - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

dist/inversify.js

11

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

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