Socket
Socket
Sign inDemoInstall

@semcore/flex-box

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/flex-box - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [4.4.1] - 2021-8-26
### Changed
- Add 'sideEffect=false' for more optimal build via webpack
## [4.4.0] - 2021-04-26

@@ -7,0 +13,0 @@

7

package.json
{
"name": "@semcore/flex-box",
"description": "SEMRush FlexBox Component",
"version": "4.4.0",
"version": "4.4.1",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
"sideEffects": [
"lib/*/Box/useBox.js",
"lib/*/Flex/useFlex.js"
],
"sideEffects": false,
"author": "Roman Lysov <r.lysov@semrush.com>",

@@ -13,0 +10,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