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

@injex/core

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injex/core - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

1

lib/decorators/bootstrap.js

@@ -8,2 +8,3 @@ "use strict";

return function (targetConstructor) {
metadataHandlers_1.default.setMetadata(targetConstructor, "item", targetConstructor);
metadataHandlers_1.default.setMetadata(targetConstructor, "name", constants_1.bootstrapSymbol);

@@ -10,0 +11,0 @@ metadataHandlers_1.default.setMetadata(targetConstructor, "bootstrap", true);

@@ -275,2 +275,5 @@ "use strict";

var metadata = metadataHandlers_1.default.getMetadata(item);
if (item !== metadata.item) {
return;
}
this._throwIfAlreadyDefined(metadata.name);

@@ -277,0 +280,0 @@ this._moduleRegistry.set(metadata.name, item);

6

package.json
{
"name": "@injex/core",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps",

@@ -46,3 +46,3 @@ "keywords": [

"dependencies": {
"@injex/stdlib": "^2.0.2",
"@injex/stdlib": "^2.0.3",
"tslib": "^2.0.1"

@@ -56,3 +56,3 @@ },

},
"gitHead": "1228cdcddec0e550736b00f55920caacae5e8282"
"gitHead": "e9534cdafebedc7a45e9f23227e38d698caae358"
}

Sorry, the diff of this file is not supported yet

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