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

ay-accordion

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ay-accordion - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

dist/index.es6.js

8

dist/index.d.ts

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

/*! Copyright (c) 2019 Ayogo Health Inc.
/*! Copyright (c) 2019 - 2023 Ayogo Health Inc.
*

@@ -21,4 +21,4 @@ * Permission is hereby granted, free of charge, to any person obtaining a copy

*/
import './web-component/ay-accordion/index';
import './web-component/ay-accordion-header/index';
import './web-component/ay-accordion-root/index';
import './web-component/ay-accordion/index.js';
import './web-component/ay-accordion-header/index.js';
import './web-component/ay-accordion-root/index.js';

@@ -138,3 +138,3 @@ /*! Copyright 2019 Ayogo Health Inc. */

/*! Copyright 2019 - 2022 Ayogo Health Inc. */
/*! Copyright 2019 - 2023 Ayogo Health Inc. */
const accordionEventMap = new WeakMap();

@@ -141,0 +141,0 @@ class AyAccordion extends HTMLElement {

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

/*! Copyright 2019 - 2022 Ayogo Health Inc. */
/*! Copyright 2019 - 2023 Ayogo Health Inc. */
/**

@@ -3,0 +3,0 @@ * ay-accordion is a web-component that enables hiding and showing of its child nodes by the use of click handlers

@@ -1,3 +0,3 @@

/*! Copyright 2019 - 2022 Ayogo Health Inc. */
import { run } from '../ay-accordion-root/index';
/*! Copyright 2019 - 2023 Ayogo Health Inc. */
import { run } from '../ay-accordion-root/index.js';
const accordionEventMap = new WeakMap();

@@ -4,0 +4,0 @@ /**

{
"name": "ay-accordion",
"version": "2.1.1",
"version": "2.1.2",
"copyright": "Copyright 2016 Ayogo Health Inc.",

@@ -22,2 +22,3 @@ "license": "MIT",

"repository": "AyogoHealth/ay-accordion",
"type": "module",
"main": "dist/index.js",

@@ -28,13 +29,13 @@ "module": "dist/index.es6.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.22.0",
"eslint-plugin-header": "^3.0.0",
"rollup": "^2.3.3",
"rollup": "^4.3.0",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "^4.2.4"
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc -p tsconfig.json && rollup dist/index.js -n ayAccordion -c rollup.config.js -o dist/index.js",
"build": "tsc -p tsconfig.json && rollup dist/index.js -n ayAccordion -c rollup.config.js -o dist/index.js && cp src/index.ts dist/index.es6.js",
"lint": "eslint --ext .ts src",

@@ -41,0 +42,0 @@ "postversion": "git push && git push --tags",

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