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

vue-awesome

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-awesome - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

package-lock.json

4

CHANGELOG.md

@@ -0,1 +1,5 @@

2.3.2
* Replaced publish npm scripts with shell commands to prevent failure upon npm install.
* Added `pulse` prop.
2.3.1

@@ -2,0 +6,0 @@ * Fixed the problem that styles are missing for precompiled version ([#35](https://github.com/Justineo/vue-awesome/issues/35)).

5

package.json
{
"name": "vue-awesome",
"version": "2.3.1",
"version": "2.3.2",
"description": "Font Awesome component for Vue.js, using inline SVG.",

@@ -14,4 +14,3 @@ "main": "dist/vue-awesome.js",

"fa2json": "node build/fa2json.js",
"prepublish": "npm run icons && npm run demo && npm run build && cp -r ./src/* . && rm index.js",
"publish": "rm -rf ./components && rm -rf ./icons"
"pub": "sh ./publish.sh"
},

@@ -18,0 +17,0 @@ "keywords": [

@@ -212,2 +212,4 @@ # Vue-Awesome

**You need to include [innersvg-polyfill](https://www.npmjs.com/package/svg-innerhtml) before you use this feature.**
```js

@@ -226,3 +228,3 @@ // ES Modules with vue-loader

#### Heads up for older versions
### Heads up for older versions

@@ -229,0 +231,0 @@ If you are using Vue-Awesome version before `2.2.5`, please make sure you are following these instructions below:

Sorry, the diff of this file is not supported yet

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

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