Socket
Socket
Sign inDemoInstall

fela

Package Overview
Dependencies
Maintainers
2
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 10.1.0 to 10.1.1

1

es/createRenderer.js

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

nodes: {},
scoreIndex: {},
// use a flat cache object with pure string references

@@ -44,0 +45,0 @@ // to achieve maximal lookup performance and memoization speed

@@ -92,2 +92,3 @@ 'use strict';

nodes: {},
scoreIndex: {},
// use a flat cache object with pure string references

@@ -94,0 +95,0 @@ // to achieve maximal lookup performance and memoization speed

6

package.json
{
"name": "fela",
"version": "10.1.0",
"version": "10.1.1",
"description": "State-Driven Styling in JavaScript",

@@ -37,6 +37,6 @@ "typings": "index.d.ts",

"fast-loops": "^1.0.0",
"fela-utils": "^10.1.0",
"fela-utils": "^10.1.1",
"isobject": "^3.0.1"
},
"gitHead": "b9117965128f6fe4733ee17de6779af09549e99b"
"gitHead": "06e996dcb7f1b10ffc3ed9667fcfa7a64ebb02c2"
}
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