New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

flystyles

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flystyles - npm Package Compare versions

Comparing version 0.0.5 to 1.0.0

_config.yml

10

bower.json
{
"name": "flystyles",
"description": "Flywire CSS Styles Framework",
"description": "Flywire UI Framework",
"main": [
"dist/main.css",
"dist/main.js",
"src/main.scss",
"src/**/*.scss",
"src/**/*.js"
"dist/**/"
],
"authors": [
"Javier <javier.arques@peertransfer.com>"
"Javier Arques <javier.arques@peertransfer.com>"
],

@@ -14,0 +10,0 @@ "license": "ISC",

@@ -22,5 +22,10 @@ ---

```bash
npm install git+ssh@github.com:peertransfer/flystyles.git#v0.0.1
npm install flystyles
```
### yarn
```bash
yarn add flystyles
```
### rails

@@ -58,3 +63,4 @@

First go to `/docs` folder and install jekyll:
Docs are made using [Jekyll](https://jekyllrb.com/).
To install Jekyll:

@@ -65,3 +71,3 @@ ```bash

To create the build files (in `/dist` folder) execute:
To create the build files (in `/docs/dist` folder) execute:

@@ -102,7 +108,7 @@ ```bash

To run the server, execute in `/docs` folder:
To run the server, execute:
```bash
npm install
npm run serve
npm run docs
```

@@ -112,11 +118,4 @@

For the moment, the project is hosted on Netlifly [flystyles.netlify.com](http://flystyles.netlify.com/). To deploy the build files, you have to create an account in Netlifly, install `netlify-cli` and deploy:
Deployed to Github Pages.
```bash
npm install netlify-cli -g
cd docs/
netlify deploy dist
```
## Architecture

@@ -138,8 +137,2 @@

|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel
| |– _cover.scss # Cover
| |– _dropdown.scss # Dropdown
| … # Etc.
|

@@ -157,2 +150,8 @@ |– utilities/

|
components/
|
| |– button/_button.scss # Buttons
| |– grid/_grid.scss # Grid
| … # Etc.
- _config.scss # Flystyles variables

@@ -159,0 +158,0 @@ – main.scss # Main Sass file

{
"name": "flystyles",
"version": "0.0.5",
"description": "Flywire CSS Framework",
"version": "1.0.0",
"description": "Flywire UI Framework",
"author": "Javier Arques <javier.arques@flywire.com>",
"style": "dist/main.css",
"sass": "src/index.scss",
"style": "dist/flystyles.css",
"sass": "src/flystyles.scss",
"main": "./dist",
"scripts": {
"css:build": "node_modules/.bin/node-sass src/scss/flystyles.scss dist/flystyles.css",
"css:build": "node_modules/.bin/node-sass src/flystyles.scss dist/flystyles.css",
"css:autoprefix": "node_modules/.bin/postcss --use autoprefixer -o dist/flystyles.css dist/flystyles.css",
"css:minify": "node_modules/.bin/cleancss -o dist/flystyles.min.css dist/flystyles.css",
"build": "npm run css:build && npm run css:autoprefix && npm run css:minify"
"build": "npm run css:build && npm run css:autoprefix && npm run css:minify",
"docs": "node docs.js"
},

@@ -19,3 +20,2 @@ "repository": {

},
"author": "",
"license": "ISC",

@@ -27,5 +27,9 @@ "bugs": {

"devDependencies": {
"autoprefixer": "^6.5.1",
"browser-sync": "^2.16.0",
"child_process": "^1.0.2",
"clean-css": "^3.4.19",
"node-sass": "^3.8.0"
"node-sass": "^3.8.0",
"postcss-cli": "^2.6.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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