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.1 to 5.0.2

6

es/generateMonolithicClassName.js

@@ -16,3 +16,7 @@ export default function generateMonolithicClassName(style, prefix) {

return prefix + (val >>> 0).toString(36);
var hashedName = (val >>> 0).toString(36);
if (prefix) {
return prefix + hashedName;
}
return "f" + hashedName;
}

@@ -22,3 +22,7 @@ "use strict";

return prefix + (val >>> 0).toString(36);
var hashedName = (val >>> 0).toString(36);
if (prefix) {
return prefix + hashedName;
}
return "f" + hashedName;
}

4

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

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

"devDependencies": {
"fela": "^5.0.1"
"fela": "^5.0.2"
}
}

Sorry, the diff of this file is not supported yet

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