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

bemto-components

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemto-components - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

4

Changelog.md
## Bemto-components changelog
### v2.3.3 (2018-04-05)
- Fixed another obscure bug (yeah, need more tests and refactor _everything_).
### v2.3.2 (2018-04-05)

@@ -4,0 +8,0 @@

@@ -117,2 +117,3 @@ const React = require('react');

const modifyContent = function(content) {
if (typeof content !== 'object') return content;
for (var key in modifier) {

@@ -119,0 +120,0 @@ content[key] = modifier[key];

2

package.json
{
"name": "bemto-components",
"version": "2.3.2",
"version": "2.3.3",
"description": "Smart components for using parts of BEM methodology with React",

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

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