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

font-awesome-animation

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-awesome-animation - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

2

package.json
{
"name": "font-awesome-animation",
"version": "0.2.1",
"version": "0.3.0",
"dependencies": {},

@@ -5,0 +5,0 @@ "author": "l-lin",

@@ -11,3 +11,5 @@ font-awesome-animation [![Build Status](https://travis-ci.org/l-lin/font-awesome-animation.png?branch=master)](https://travis-ci.org/l-lin/font-awesome-animation) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

### Manually
The files can be downloaded from:
* Minified [CSS](https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.min.css) for production usage

@@ -17,5 +19,6 @@ * Un-minified [CSS](https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.css) for development

### With BowerJS
```bash
bower install font-awesome-animation
```
$ bower install font-awesome-animation
```

@@ -25,2 +28,3 @@ Installation

Include CSS file in your index.html file:
```html

@@ -38,3 +42,3 @@ <link rel="stylesheet" href="font-awesome-animation.min.css">

* [GruntJS](http://gruntjs.com/) for adding prefixes and minification purpose
* the CSS preprocessor [Myth](http://www.myth.io/) to generate the the prefixes for common browsers
* the CSS preprocessor [Myth](http://www.myth.io/) to generate the prefixes for common browsers

@@ -44,5 +48,6 @@ Getting started

You will need to install the dependencies:
```bash
npm install
```
$ npm install
```

@@ -52,8 +57,10 @@ Build

You can generate the CSS file with prefixes and the minified CSS file by executing the following command:
```bash
grunt
```
$ grunt
```
License
================
[MIT License](http://en.wikipedia.org/wiki/MIT_License)

Sorry, the diff of this file is not supported yet

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