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

fela-tools

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-tools - npm Package Compare versions

Comparing version

to
5.2.2

1

es/combineMultiRules.js

@@ -7,2 +7,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

import arrayReduce from 'fast-loops/lib/arrayReduce';
import { combineRules } from 'fela';

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

8

package.json
{
"name": "fela-tools",
"version": "5.2.1",
"version": "5.2.2",
"description": "Useful tools for working with Fela",

@@ -26,7 +26,7 @@ "main": "lib/index.js",

"dependencies": {
"css-in-js-utils": "^2.0.0",
"css-in-js-utils": "^3.0.0",
"fast-loops": "^1.0.0",
"fela": "^6.2.1",
"fela-utils": "^8.1.1"
"fela": "^6.2.2",
"fela-utils": "^8.1.2"
}
}