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

@savks/js-container

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@savks/js-container - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0-beta.4

2

dist/Application.js

@@ -119,3 +119,3 @@ class Application {

}, { [name]: instance });
if (Object.keys(resolvedDeps).length === requiredDeps.length) {
if (Object.keys(resolvedDeps).length === requiredDeps.length + 1) {
const result = watcher.callback(resolvedDeps, this);

@@ -122,0 +122,0 @@ if (isPromise(result)) {

{
"name": "@savks/js-container",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "JS Application Container",

@@ -5,0 +5,0 @@ "license": "MIT",

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