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

fela

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

4

es/createRenderer.js

@@ -25,6 +25,2 @@ 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; };

// internal feature flags
isConnectedToDOM: false,
enableRehydration: true,
nodes: {},

@@ -31,0 +27,0 @@ // use a flat cache object with pure string references

@@ -40,6 +40,2 @@ 'use strict';

// internal feature flags
isConnectedToDOM: false,
enableRehydration: true,
nodes: {},

@@ -46,0 +42,0 @@ // use a flat cache object with pure string references

12

package.json
{
"name": "fela",
"version": "6.0.2",
"description": "Universal, Dynamic & High-Performance Styling in JavaScript",
"version": "6.0.3",
"description": "Style as a Function of State",
"typings": "index.d.ts",

@@ -23,2 +23,6 @@ "main": "lib/index.js",

"styling",
"functional styling",
"functional css",
"atomic css",
"atomic design",
"cssinjs"

@@ -30,7 +34,7 @@ ],

"css-in-js-utils": "2.0.0",
"fela-utils": "^7.0.2"
"fela-utils": "^7.0.3"
},
"devDependencies": {
"fela-tools": "^5.0.10"
"fela-tools": "^5.0.11"
}
}
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