Socket
Socket
Sign inDemoInstall

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 5.0.4 to 5.0.5

2

es/isBase64.js
export default function isBase64(property) {
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':';
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':';
}

@@ -7,3 +7,5 @@ import objectReduce from './objectReduce';

return output;
}, []);
}, []).filter(function (prop) {
return prop !== 'innerRef' && prop !== 'is';
});
}
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
value: true
});
exports.default = isBase64;
function isBase64(property) {
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':';
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':';
}

@@ -18,3 +18,5 @@ 'use strict';

return output;
}, []);
}, []).filter(function (prop) {
return prop !== 'innerRef' && prop !== 'is';
});
}
{
"name": "fela-utils",
"version": "5.0.4",
"version": "5.0.5",
"description": "Internal utilities for Fela",

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

"devDependencies": {
"fela": "^5.0.4"
"fela": "^5.1.0"
}
}
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