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

faster-react-tabs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faster-react-tabs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

components/tab/index.scss

7

package.json
{
"name": "faster-react-tabs",
"version": "0.0.2",
"version": "0.0.3",
"description": "A faster React tab component that doesn't use DOM refs. Written in ES6, transpiles down to ES5",

@@ -11,4 +11,4 @@ "main": "components/tabs/index.jsx",

"scripts": {
"build": "rm -Rf dist/* && webpack --optimize-minimize --progress --colors && cp index.html dist/ && cp bundle.min.js dist/ && stylus stylus/index.styl -o css/ -u autoprefixer-stylus && mkdir -p dist/css && cp css/* dist/css/",
"watch": "webpack-dev-server --content-base dist/ && stylus stylus/index.styl -o css/ -u autoprefixer-stylus --watch",
"build": "rm -Rf dist/* && webpack --optimize-minimize --progress --colors && cp index.html dist/ && cp bundle.min.js dist/ && node-sass --output-style compressed scss/index.scss css/index.css && mkdir -p dist/css && cp css/* dist/css/",
"watch": "webpack-dev-server --content-base dist/",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -29,2 +29,3 @@ },

"jsx-loader": "^0.13.1",
"node-sass": "^2.1.1",
"stylus": "^0.50.0",

@@ -31,0 +32,0 @@ "webpack": "^1.8.4",

# Simple + Clean React Tabs
[![npm version](https://badge.fury.io/js/faster-react-tabs.svg)](http://badge.fury.io/js/faster-react-tabs)
[Demo here](http://edenspiekermann.github.io/faster-react-tabs/)

@@ -8,3 +11,3 @@

##Install
## Install
`npm i faster-react-tabs --save` to add to your project.

@@ -14,2 +17,4 @@

`$ cd faster-react-tabs/`
* `npm install`

@@ -16,0 +21,0 @@ * `npm run build`

@@ -7,3 +7,2 @@ var jsxLoaders = ['babel-loader?stage=1'];

output: {
filename: 'dist/bundle.min.js',
filename: 'bundle.min.js'

@@ -10,0 +9,0 @@ },

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

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