Socket
Socket
Sign inDemoInstall

myg-action-button

Package Overview
Dependencies
3
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.4 to 0.13.5

_classes.scss

17

index.js
import Myg from 'myg-base';
class ActionButton extends Myg {
showActions() {
}
hideActions() {
}
toggleActions() {
}
showActions() {
}
hideActions() {
}
toggleActions() {
}
}
export default ActionButton;
{
"name": "myg-action-button",
"version": "0.13.4",
"description": "Floating action buttons presenting a clear call-to-action.",
"main": "index.js",
"bugs": {
"url": "https://github.com/jonhue/myg/issues",
"email": "me@jonhue.me"
},
"repository": "https://github.com/jonhue/myg/tree/master/packages/action-button",
"author": "Jonas Hübotter <me@jonhue.me>",
"license": "MIT",
"dependencies": {
"myg-base": "^0.13.4",
"myg-theme": "^0.13.4",
"myg-spacing": "^0.13.4"
}
"name": "myg-action-button",
"version": "0.13.5",
"description": "Floating action buttons presenting a clear call-to-action.",
"main": "index.js",
"bugs": {
"url": "https://github.com/jonhue/myg/issues",
"email": "me@jonhue.me"
},
"repository": "https://github.com/jonhue/myg/tree/master/packages/action-button",
"author": "Jonas Hübotter <me@jonhue.me>",
"license": "MIT",
"dependencies": {
"myg-base": "*",
"myg-theme": "*",
"myg-spacing": "*"
}
}

@@ -20,3 +20,3 @@ # Action Buttons

document.addEventListener( 'ready', () => {
const mygActionButton = new MygActionButton( document.querySelector('.myg-action-button'), {} );
const mygActionButton = new MygActionButton( document.querySelector('.myg-action-button'), {} );
})

@@ -32,4 +32,4 @@ ```

document.addEventListener( 'ready', () => {
const mygActionButton = new MygActionButton( document.querySelector('.myg-action-button'), {} );
const mygActionButton = new MygActionButton( document.querySelector('.myg-action-button'), {} );
})
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc