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

fela-utils

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-utils - npm Package Compare versions

Comparing version 7.0.4 to 7.0.5

7

es/extractUsedProps.js

@@ -6,2 +6,9 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

// if the browser doesn't support proxies
// we simply return an empty props object
// see https://github.com/rofrischmann/fela/issues/468
if (typeof Proxy === 'undefined') {
return {};
}
var handler = function handler(props) {

@@ -8,0 +15,0 @@ return {

@@ -13,2 +13,9 @@ 'use strict';

// if the browser doesn't support proxies
// we simply return an empty props object
// see https://github.com/rofrischmann/fela/issues/468
if (typeof Proxy === 'undefined') {
return {};
}
var handler = function handler(props) {

@@ -15,0 +22,0 @@ return {

4

package.json
{
"name": "fela-utils",
"version": "7.0.4",
"version": "7.0.5",
"description": "Internal utilities for Fela",

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

"devDependencies": {
"fela": "^6.0.4"
"fela": "^6.0.5"
}
}
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