Socket
Socket
Sign inDemoInstall

typed-inject

Package Overview
Dependencies
1
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [2.1.1](https://github.com/nicojs/typed-inject/compare/v2.1.0...v2.1.1) (2019-09-12)
### Bug Fixes
* **tslib:** remove implicit dependency on tslib ([#8](https://github.com/nicojs/typed-inject/issues/8)) ([7fe01aa](https://github.com/nicojs/typed-inject/commit/7fe01aa))
# [2.1.0](https://github.com/nicojs/typed-inject/compare/v2.0.0...v2.1.0) (2019-05-03)

@@ -2,0 +11,0 @@

40

package.json
{
"name": "typed-inject",
"version": "2.1.0",
"version": "2.1.1",
"description": "Type safe dependency injection framework for TypeScript",

@@ -49,23 +49,25 @@ "main": "src/index.js",

"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.7",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"@stryker-mutator/core": "^2.1.0",
"@stryker-mutator/html-reporter": "^2.1.0",
"@stryker-mutator/mocha-framework": "^2.1.0",
"@stryker-mutator/mocha-runner": "^2.1.0",
"@stryker-mutator/typescript": "^2.1.0",
"@types/chai": "^4.2.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.5",
"@types/sinon": "^7.0.13",
"@types/sinon-chai": "^3.2.3",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.17",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"conventional-changelog-cli": "^2.0.23",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"rimraf": "^3.0.0",
"sinon": "^7.4.2",
"sinon-chai": "^3.3.0",
"source-map-support": "^0.5.12",
"@stryker-mutator/core": "^1.3.0",
"@stryker-mutator/html-reporter": "^1.3.0",
"@stryker-mutator/mocha-framework": "^1.3.0",
"@stryker-mutator/mocha-runner": "^1.3.0",
"@stryker-mutator/typescript": "^1.3.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
"source-map-support": "^0.5.13",
"tslint": "^5.20.0"
},
"dependencies": {
"typescript": "^3.6.3"
}
}
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./api/InjectionToken"), exports);
tslib_1.__exportStar(require("./api/Scope"), exports);
tslib_1.__exportStar(require("./InjectorImpl"), exports);
tslib_1.__exportStar(require("./tokens"), exports);
__export(require("./api/InjectionToken"));
__export(require("./api/Scope"));
__export(require("./InjectorImpl"));
__export(require("./tokens"));
//# sourceMappingURL=index.js.map
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc