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

power-di

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

power-di - npm Package Compare versions

Comparing version 2.4.36 to 2.4.37

2

lib/class/metadata.js

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

function getMetadata(type) {
if ([Object, Array, Error, null].includes(type)) {
if ([Object, Object.prototype, Array, Array.prototype, Error, Error.prototype, null].includes(type)) {
return new MetadataType();

@@ -27,0 +27,0 @@ }

{
"name": "power-di",
"version": "2.4.36",
"version": "2.4.37",
"description": "A lightweight Dependency Injection library. Using es6 and other features, remove unnecessary concepts, easy and convenient to use.",

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

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