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 2.0.0-rc.14 to 2.0.0

1

dts/interfaces/interfaces.d.ts

@@ -107,2 +107,3 @@ declare namespace interfaces {

guid: string;
parent: Kernel;
bind<T>(serviceIdentifier: ServiceIdentifier<T>): BindingToSyntax<T>;

@@ -109,0 +110,0 @@ unbind(serviceIdentifier: ServiceIdentifier<any>): void;

2

package.json
{
"name": "inversify",
"version": "2.0.0-rc.14",
"version": "2.0.0",
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",

@@ -5,0 +5,0 @@ "main": "lib/inversify.js",

@@ -60,8 +60,9 @@ # InversifyJS

```
npm install inversify@2.0.0-rc.14 reflect-metadata --save
npm install inversify reflect-metadata --save
```
The InversifyJS type definitions are included in the inversify npm package.
InversifyJS requires the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib`
compilation options in your `tsconfig.json` file.
InversifyJS requires TypeScript 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib`
compilation options in your `tsconfig.json` file:
```js

@@ -89,4 +90,4 @@ {

**Check out the [Environment support and polyfills](https://github.com/inversify/InversifyJS/blob/master/wiki/environment.md)
page in the wiki to learn more.**
Check out the [Environment support and polyfills](https://github.com/inversify/InversifyJS/blob/master/wiki/environment.md)
page in the wiki and the [Basic example](https://github.com/inversify/inversify-basic-example) to learn more.

@@ -93,0 +94,0 @@ ## The Basics

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