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

css-effects

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-effects - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

0

lib/hint.js

@@ -0,0 +0,0 @@ 'use strict';

2

lib/hover.js

@@ -12,3 +12,3 @@ 'use strict';

var _hover = require('hover.css/scss/hover');
var _hover = require('hover.css/scss/hover.scss');

@@ -15,0 +15,0 @@ var _hover2 = _interopRequireDefault(_hover);

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "css-effects",
"version": "0.1.2",
"version": "0.1.3",
"description": "Collection of functions to easily inlude CSS styles to your react components.",

@@ -21,35 +21,10 @@ "main": "lib/index.js",

"dependencies": {
"classnames": "^2.2.3",
"hint.css": "^2.2.0",
"classnames": "^2.2.5",
"hint.css": "^2.3.0",
"hover.css": "^2.0.2",
"react": "^0.14.7"
"react": "^15.1.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.0-beta.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"cpx": "^1.3.1",
"css-loader": "^0.23.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.3",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"morgan": "^1.7.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.9.1",
"webpack-sources": "^0.1.1"
"react-devpack": "^0.1.32"
}
}
import classNames from 'classnames';
import style from 'hover.css/scss/hover';
import style from 'hover.css/scss/hover.scss';

@@ -4,0 +4,0 @@ function identity(t) { return t; }

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