Socket
Socket
Sign inDemoInstall

nativescript-floatingactionbutton

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.3

fab/fab-common.js

3

package.json
{
"name": "nativescript-floatingactionbutton",
"version": "0.1.1",
"version": "0.1.3",
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in an Android app.",
"main": "fab.js",
"nativescript": {

@@ -7,0 +6,0 @@ "platforms": {

@@ -13,3 +13,3 @@ # NativeScript-FloatingActionButton

####XML
#### XML
```

@@ -21,3 +21,3 @@

icon="icon"
backColor="#FF5252"
backColor="#FF5252"
rippleColor="#FF8A80"

@@ -39,3 +39,3 @@ class="fab-button"

####CSS
#### CSS
I recommend the following CSS styles.

@@ -49,3 +49,3 @@ ```

####JS
#### JS

@@ -56,6 +56,5 @@ ```

console.log('tapped');
}
}
exports.fabTap = fabTap;
```
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