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

door43-rc

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

door43-rc - npm Package Compare versions

Comparing version

to
0.6.1

2

lib/main.js

@@ -176,3 +176,3 @@ 'use strict';

if(!fileUtils.fileExists(container_archive)) return Promise.reject(new Error('Missing resource container'));
if(fileUtils.fileExists(container_archive)) {
if(fileUtils.fileExists(container_directory)) {
return loadContainer(container_directory);

@@ -179,0 +179,0 @@ }

{
"name": "door43-rc",
"version": "0.6.0",
"version": "0.6.1",
"description": "A utility for managing Door43 Resource Containers",

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