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

@wildebeest/boxlayout-standard

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildebeest/boxlayout-standard - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

dist/BoxLayoutStandardModule.js

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

var scroll_standard_1 = require("@wildebeest/scroll-standard");
var scroll_1 = require("@wildebeest/scroll");
var BoxLayoutStandardModule = (function () {

@@ -12,3 +13,3 @@ function BoxLayoutStandardModule() {

BoxLayoutStandardModule.prototype.getDependencies = function () {
return [boxlayout_1.BoxLayoutModule, scroll_standard_1.ScrollStandardModule];
return [boxlayout_1.BoxLayoutModule, scroll_standard_1.ScrollStandardModule, scroll_1.ScrollModule];
};

@@ -15,0 +16,0 @@ BoxLayoutStandardModule.prototype.register = function (container) {

{
"name": "@wildebeest/boxlayout-standard",
"version": "0.1.2",
"version": "0.1.3",
"description": "Boxlayout with standardized css classes selectors and attributes",

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

@@ -7,2 +7,3 @@ import { Module } from '@wildebeest/js-modules';

import { ScrollStandardModule } from '@wildebeest/scroll-standard';
import { ScrollModule } from '@wildebeest/scroll';

@@ -13,3 +14,3 @@ export class BoxLayoutStandardModule implements Module

{
return [BoxLayoutModule, ScrollStandardModule]
return [BoxLayoutModule, ScrollStandardModule, ScrollModule]
}

@@ -16,0 +17,0 @@

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