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

cheap-di-react

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheap-di-react - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

dist/Providers/DIProvider.js

@@ -19,3 +19,4 @@ "use strict";

var _a;
if (!container || !dependencies && !self) {
const isAnyConfigurationPassed = dependencies || self || parentContainer;
if (!container || !isAnyConfigurationPassed) {
return;

@@ -22,0 +23,0 @@ }

{
"name": "cheap-di-react",
"version": "4.0.0",
"version": "4.0.1",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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