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 3.0.0-alpha.0 to 3.0.0-alpha.1

2

lib/injex.js

@@ -300,3 +300,3 @@ "use strict";

var metadata = metadataHandlers_1.default.getMetadata(item.prototype);
if (!metadata.name) {
if (!metadata || !metadata.name) {
return;

@@ -303,0 +303,0 @@ }

{
"name": "@injex/core",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps",

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

"dependencies": {
"@injex/stdlib": "^3.0.0-alpha.0",
"@injex/stdlib": "^3.0.0-alpha.1",
"tslib": "^2.0.1"

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

},
"gitHead": "c52d04648f8dbd81e09f5e09f7770e55eac2014f"
"gitHead": "963c75797223c24242d3fc44904aed8e97ff77ee"
}

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