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

@dr/bem-helper

Package Overview
Dependencies
Maintainers
55
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dr/bem-helper - npm Package Compare versions

Comparing version 2.0.0-alpha-2 to 2.0.0-alpha-3

esm/index.js

2

__tests__/bem.test.js

@@ -1,2 +0,2 @@

import bem from "../index.js";
import bem from "../esm/index.js";

@@ -3,0 +3,0 @@ describe("bem", () => {

{
"name": "@dr/bem-helper",
"version": "2.0.0-alpha-2",
"version": "2.0.0-alpha-3",
"description": "Helper functions to create BEM-style classnames",
"type": "module",
"exports": "./index.js",
"module": "./esm/index.js",
"main": "./cjs/index.js",
"exports": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --no-watchman --config=./config.json",
"cjs": "ascjs esm cjs",
"prepublish": "npm test"

@@ -30,4 +36,5 @@ },

"devDependencies": {
"ascjs": "^5.0.1",
"jest": "^28.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