Socket
Socket
Sign inDemoInstall

inversify-inject-decorators

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inversify-inject-decorators - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

1

amd/decorators.js
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var INJECTION = Symbol();

@@ -4,0 +5,0 @@ function _proxyGetter(proto, key, resolve) {

2

amd/index.js
define(["require", "exports", "./decorators"], function (require, exports, decorators_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function getDecorators(container) {

@@ -15,4 +16,3 @@ var lazyInject = decorators_1.makePropertyInjectDecorator(container);

}
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = getDecorators;
});
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var INJECTION = Symbol();

@@ -3,0 +4,0 @@ function _proxyGetter(proto, key, resolve) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var decorators_1 = require("./decorators");

@@ -15,3 +16,2 @@ function getDecorators(container) {

}
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = getDecorators;
{
"name": "inversify-inject-decorators",
"version": "3.0.1",
"version": "3.0.2",
"description": "Lazy evaluated property injection decorators for InversifyJS",

@@ -36,19 +36,19 @@ "main": "lib/index.js",

"devDependencies": {
"@types/chai": "^3.4.32",
"@types/mocha": "^2.2.31",
"@types/sinon": "^1.16.29",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.0.0",
"inversify": "^3.0.0",
"mocha": "^3.0.2",
"publish-please": "^2.2.0",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.2.2",
"tslint": "^4.4.2",
"typescript": "^2.1.1"
"@types/chai": "4.0.4",
"@types/mocha": "2.2.44",
"@types/sinon": "2.3.7",
"chai": "4.1.2",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.2",
"gulp-mocha": "3.0.1",
"gulp-tslint": "8.1.2",
"gulp-typescript": "3.2.3",
"inversify": "4.5.1",
"mocha": "4.0.1",
"publish-please": "2.3.1",
"reflect-metadata": "0.1.10",
"run-sequence": "2.2.0",
"tslint": "5.8.0",
"typescript": "2.6.1"
}
}

@@ -42,2 +42,5 @@ # inversify-inject-decorators

The `inversify-inject-decorators` type definitions are included in the npm module and require TypeScript 2.0.
> :warning: Please note that this library requires support for the ES6 Symbol. You can use the [es6-symbol polyfill](https://www.npmjs.com/package/es6-symbol) as a work arround.
Please refer to the [InversifyJS documentation](https://github.com/inversify/InversifyJS#installation) to learn more about the installation process.

@@ -44,0 +47,0 @@

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