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

@spectrum-web-components/accordion

Package Overview
Dependencies
Maintainers
7
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/accordion - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

test/accordion-item.test.js

12

package.json
{
"name": "@spectrum-web-components/accordion",
"version": "0.5.1",
"version": "0.6.0",
"publishConfig": {

@@ -49,6 +49,6 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.4.6",
"@spectrum-web-components/icon": "^0.10.1",
"@spectrum-web-components/icons-ui": "^0.7.1",
"@spectrum-web-components/shared": "^0.12.11",
"@spectrum-web-components/base": "^0.5.0",
"@spectrum-web-components/icon": "^0.11.0",
"@spectrum-web-components/icons-ui": "^0.8.0",
"@spectrum-web-components/shared": "^0.13.0",
"tslib": "^2.0.0"

@@ -64,3 +64,3 @@ },

],
"gitHead": "9c7ac25264762a9b7bad2ef3f111d5eb613f9d05"
"gitHead": "7ce77352f6894043bceac9ef92b21e5f85420969"
}

@@ -1,2 +0,2 @@

import { CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';
import { CSSResultArray, PropertyValues, TemplateResult } from '@spectrum-web-components/base';
import { AccordionItem } from './AccordionItem.js';

@@ -3,0 +3,0 @@ import { Focusable } from '@spectrum-web-components/shared';

@@ -13,3 +13,4 @@ /*

import { __decorate } from "tslib";
import { html, property, queryAssignedNodes, } from '@spectrum-web-components/base';
import { html, } from '@spectrum-web-components/base';
import { property, queryAssignedNodes, } from '@spectrum-web-components/base/src/decorators.js';
import styles from './accordion.css.js';

@@ -16,0 +17,0 @@ import { Focusable, getActiveElement } from '@spectrum-web-components/shared';

@@ -1,2 +0,2 @@

import { CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';
import { CSSResultArray, PropertyValues, TemplateResult } from '@spectrum-web-components/base';
import { Focusable } from '@spectrum-web-components/shared/src/focusable.js';

@@ -3,0 +3,0 @@ import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron100.js';

@@ -13,3 +13,4 @@ /*

import { __decorate } from "tslib";
import { html, property, } from '@spectrum-web-components/base';
import { html, } from '@spectrum-web-components/base';
import { property } from '@spectrum-web-components/base/src/decorators.js';
import { Focusable } from '@spectrum-web-components/shared/src/focusable.js';

@@ -16,0 +17,0 @@ import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron100.js';

Sorry, the diff of this file is not supported yet

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