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

react-magnetic-di

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-magnetic-di - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

lib/cjs/eslint/rules/exhaustive-inject.js

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

'JSXOpeningElement:exit': function JSXOpeningElementExit(node) {
if (!diIdentifier) return;
var varNode;

@@ -112,0 +113,0 @@

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

'JSXOpeningElement:exit': function JSXOpeningElementExit(node) {
if (!diIdentifier) return;
var varNode;

@@ -102,2 +103,3 @@

'BlockStatement:exit': function BlockStatementExit(node) {
if (!diIdentifier) return;
var blockVars = blockReferences.get(node);

@@ -104,0 +106,0 @@ if (!blockVars) return;

@@ -108,2 +108,3 @@ var _require = require('../utils'),

'JSXOpeningElement:exit': function JSXOpeningElementExit(node) {
if (!diIdentifier) return;
var varNode;

@@ -110,0 +111,0 @@

@@ -72,2 +72,3 @@ var _require = require('../utils'),

'JSXOpeningElement:exit': function JSXOpeningElementExit(node) {
if (!diIdentifier) return;
var varNode;

@@ -100,2 +101,3 @@

'BlockStatement:exit': function BlockStatementExit(node) {
if (!diIdentifier) return;
var blockVars = blockReferences.get(node);

@@ -102,0 +104,0 @@ if (!blockVars) return;

2

package.json
{
"name": "react-magnetic-di",
"version": "2.1.0",
"version": "2.1.1",
"description": "Context driven dependency injection",

@@ -5,0 +5,0 @@ "keywords": [

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