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

@bpit/vue

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpit/vue - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

dist/css/app.4533b62f.css

7

package.json
{
"name": "@bpit/vue",
"version": "0.1.29",
"version": "0.1.30",
"private": false,

@@ -11,3 +11,4 @@ "author": "dreambo8563",

"lint": "vue-cli-service lint",
"build-bundle": "npm run lint && vue-cli-service build --target lib --name tal ./src/index.js"
"build-bundle": "npm run lint && vue-cli-service build --target lib --name tal ./src/index.js",
"test": "npm run build-bundle"
},

@@ -29,3 +30,3 @@ "repository": {

"@vue/cli-service": "^3.0.4",
"@vue/eslint-config-prettier": "^3.0.4",
"@vue/eslint-config-prettier": "^4.0.1",
"node-sass": "^4.9.0",

@@ -32,0 +33,0 @@ "sass-loader": "^7.0.1",

# bpit-vue
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ac3d1624c93b435cbfe519aeb0511617)](https://app.codacy.com/app/dreambo8563/bpit-vue?utm_source=github.com&utm_medium=referral&utm_content=dreambo8563/bpit-vue&utm_campaign=Badge_Grade_Dashboard)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ac3d1624c93b435cbfe519aeb0511617)](https://app.codacy.com/app/dreambo8563/bpit-vue?utm_source=github.com&utm_medium=referral&utm_content=dreambo8563/bpit-vue&utm_campaign=Badge_Grade_Dashboard) [![Greenkeeper badge](https://badges.greenkeeper.io/dreambo8563/bpit-vue.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.com/dreambo8563/bpit-vue.svg?branch=master)](https://travis-ci.com/dreambo8563/bpit-vue)
[![Known Vulnerabilities](https://snyk.io/test/github/dreambo8563/bpit-vue/badge.svg?targetFile=package.json)](https://snyk.io/test/github/dreambo8563/bpit-vue?targetFile=package.json)

@@ -61,11 +63,13 @@ ![](https://raw.githubusercontent.com/dreambo8563/static-assets/master/bpit/100*100.png)

```html
<FlockBanner>This is a banner!</FlockBanner>
<FlockButton>Submit</FlockButton>
<FABContainer :expand="expand">
<FABItem @click="test" href="#" style="background-color:red" tooltip="Google+">A</FABItem>
<FABItem href="#" tooltip="Google+">B</FABItem>
<FABItem href="#" tooltip="Google+">C</FABItem>
<FABItem href="#" tooltip="Google+">D</FABItem>
<FABTrigger @click="test" class="trigger" tooltip="share"></FABTrigger>
</FABContainer>
<FlockBanner>This is a banner!</FlockBanner>
<FlockButton>Submit</FlockButton>
<FABContainer :expand="expand">
<FABItem @click="test" href="#" style="background-color:red" tooltip="Google+"
>A</FABItem
>
<FABItem href="#" tooltip="Google+">B</FABItem>
<FABItem href="#" tooltip="Google+">C</FABItem>
<FABItem href="#" tooltip="Google+">D</FABItem>
<FABTrigger @click="test" class="trigger" tooltip="share"></FABTrigger>
</FABContainer>
```

@@ -72,0 +76,0 @@

@@ -22,2 +22,5 @@ import FlockBanner from "./components/FlockBanner/FlockBanner";

// filters
import placeholder from "./components/Filters/placeholder";
export {

@@ -41,3 +44,4 @@ FlockBanner,

Waves,
Bubbling
Bubbling,
placeholder
};

@@ -63,3 +67,4 @@

Waves,
Bubbling
Bubbling,
placeholder
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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