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

@lu-development/ux-mylu-patterns

Package Overview
Dependencies
Maintainers
4
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lu-development/ux-mylu-patterns - npm Package Compare versions

Comparing version 0.3.0-dev.201907101735.3de6f33 to 0.3.0-dev.201907101952.c751cac

3

dist/cjs/lu-icon_10.cjs.entry.js

@@ -238,5 +238,2 @@ 'use strict';

__chunk_1.registerInstance(this, hostRef);
/**
* Sets the accordion default state
*/
this.open = false;

@@ -243,0 +240,0 @@ this.expanded = this.open;

8

dist/collection/collection-manifest.json
{
"entries": [
"components/avatar/avatar.js",
"components/accordion/accordion.js",
"components/avatar/avatar.js",
"components/breakpoints/breakpoints.js",
"components/circle/circle.js",
"components/context-menu/context-menu.js",
"components/dot/dot.js",
"components/breakpoints/breakpoints.js",
"components/context-menu/context-menu.js",
"components/favorite/favorite.js",
"components/set-menu/set-menu.js",
"components/set/set.js",
"components/tooltip/tooltip.js",
"components/set-menu/set-menu.js",
"components/set-menu-bar/set-menu-bar.js"

@@ -14,0 +14,0 @@ ],

import { h, Host } from '@stencil/core';
export class Accordion {
constructor() {
/**
* Sets the accordion default state
*/
this.open = false;

@@ -55,3 +52,3 @@ this.expanded = this.open;

"tags": [],
"text": "Sets the accordion name which will show up on the accordion button or heading"
"text": ""
},

@@ -73,3 +70,3 @@ "attribute": "name",

"tags": [],
"text": "Sets the accordion default state"
"text": ""
},

@@ -76,0 +73,0 @@ "attribute": "open",

@@ -250,5 +250,2 @@ import * as tslib_1 from "tslib";

registerInstance(this, hostRef);
/**
* Sets the accordion default state
*/
this.open = false;

@@ -255,0 +252,0 @@ this.expanded = this.open;

@@ -234,5 +234,2 @@ import { r as registerInstance, h, g as getElement, H as Host, c as createEvent } from './chunk-07ac3283.js';

registerInstance(this, hostRef);
/**
* Sets the accordion default state
*/
this.open = false;

@@ -239,0 +236,0 @@ this.expanded = this.open;

@@ -19,9 +19,3 @@ /* tslint:disable */

interface MyluAccordion {
/**
* Sets the accordion name which will show up on the accordion button or heading
*/
'name': string;
/**
* Sets the accordion default state
*/
'open': boolean;

@@ -246,9 +240,3 @@ }

interface MyluAccordion extends JSXBase.HTMLAttributes<HTMLMyluAccordionElement> {
/**
* Sets the accordion name which will show up on the accordion button or heading
*/
'name'?: string;
/**
* Sets the accordion default state
*/
'open'?: boolean;

@@ -255,0 +243,0 @@ }

export declare class Accordion {
/**
* Sets the accordion name which will show up on the accordion button or heading
*/
name: string;
/**
* Sets the accordion default state
*/
open: boolean;

@@ -10,0 +4,0 @@ expanded: boolean;

{
"timestamp": "2019-07-10T17:35:18",
"timestamp": "2019-07-10T19:52:35",
"compiler": {

@@ -25,3 +25,3 @@ "name": "@stencil/core",

"reflectToAttr": false,
"docs": "Sets the accordion name which will show up on the accordion button or heading",
"docs": "",
"docsTags": [],

@@ -37,3 +37,3 @@ "optional": false,

"reflectToAttr": false,
"docs": "Sets the accordion default state",
"docs": "",
"docsTags": [],

@@ -40,0 +40,0 @@ "default": "false",

{
"name": "@lu-development/ux-mylu-patterns",
"version": "0.3.0-dev.201907101735.3de6f33",
"version": "0.3.0-dev.201907101952.c751cac",
"description": "Liberty University MyLU Patterns",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

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