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

bemify-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemify-js - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/bemify.js

@@ -116,5 +116,5 @@ 'use strict';

};
return [element].concat(_toConsumableArray(suffixes.filter(isModifier).map(prefix)), _toConsumableArray(suffixes.filter(negate(isSuffix)))).join(' ');
return [element].concat(_toConsumableArray(suffixes.filter(isModifier).map(prefix)), _toConsumableArray(suffixes.filter(negate(isSuffix)))).join(' ').trim();
});
exports.default = bemify;
{
"name": "bemify-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple BEM prefixing of CSS classes",

@@ -5,0 +5,0 @@ "main": "lib/bemify.js",

@@ -73,5 +73,5 @@ // Really simple curry function that only supports up to two arguments.

...suffixes.filter(negate(isSuffix)),
].join(' ');
].join(' ').trim();
});
export default bemify;
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