New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

classnames-bem

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classnames-bem - npm Package Compare versions

Comparing version 1.0.7 to 1.0.9

2

dist/index.d.ts
export declare type Modifiers = genericTypes | {
[key: string]: genericTypes;
};
declare type genericTypes = null | undefined | boolean | string | (null | undefined | boolean | string)[];
declare type genericTypes = null | undefined | number | boolean | string | (null | undefined | boolean | number | string)[];
export declare const bem: (base: string, ...mods: Modifiers[]) => string;
export {};
{
"name": "classnames-bem",
"version": "1.0.7",
"version": "1.0.9",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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