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

@springernature/global-expander

Package Overview
Dependencies
Maintainers
13
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springernature/global-expander - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

demo/context.json

3

HISTORY.md
# History
## 4.1.0 (2021-09-20)
* Demo created with consumable handlebars template
## 4.0.2 (2021-04-15)

@@ -4,0 +7,0 @@ * Bump `global-javascript` to 3.0.2

@@ -231,4 +231,10 @@ import {makeArray, createEvent} from '@springernature/global-javascript/src/helpers';

this._triggerEl.setAttribute('href', 'javascript:;');
this._triggerEl.setAttribute('role', 'button');
}
// Warn screen reader users when you are stealing focus
if (this._options.AUTOFOCUS) {
this._triggerEl.setAttribute('aria-haspopup', 'true');
}
this._updateTriggerLabel();

@@ -235,0 +241,0 @@ this._updateAttributes();

9

package.json
{
"name": "@springernature/global-expander",
"version": "4.0.2",
"version": "4.1.0",
"description": "Frontend package for expanding a target when clicking a toggle",
"license": "MIT",
"brandContext": "^15.0.0",
"dependencies": {
"@springernature/global-javascript": "^3.0.2"
"@springernature/global-javascript": "^3.0.2",
"@springernature/brand-context": "^15.0.0"
},
"scripts": {
"postinstall": "npm_config_registry=https://registry.npmjs.org/ npx @springernature/util-context-warning@0.0.5 -p @springernature/global-expander@4.1.0 -v 15.0.0"
}
}
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