New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobidic

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobidic - npm Package Compare versions

Comparing version

to
0.0.54

8

container.js

@@ -58,2 +58,3 @@ import { containerMark } from './constants.js';

targetContainer = this.root;
Container.scoped = targetContainer;
break;

@@ -85,4 +86,7 @@ }

const targetContainer = this.resolveTargetContainer(token);
const processTransitPath = token.scope === 'container' ||
token.scope === 'scoped' ||
token.scope === 'singleton';
let transitPathIndex;
if (token.scope === 'container') {
if (processTransitPath) {
transitPathIndex = Container.transitPath.push(targetContainer) - 1;

@@ -120,3 +124,3 @@ }

}
if (token.scope === 'container' && typeof transitPathIndex === 'number') {
if (processTransitPath && typeof transitPathIndex === 'number') {
Container.transitPath.splice(transitPathIndex, 1);

@@ -123,0 +127,0 @@ }

{
"name": "mobidic",
"version": "0.0.53",
"version": "0.0.54",
"keywords": [],

@@ -5,0 +5,0 @@ "author": "js2me",

Sorry, the diff of this file is not supported yet