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

@modular-toolkit/hocs

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modular-toolkit/hocs - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3-beta.0

5

CHANGELOG.md
# Changelog
## 4.0.3 / 21 Dec 2018
* Added `sideEffects: false` configuration to [package.json](package.json) to allow efficient tree shaking with
webpack (see [webpack documentation](https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free))
## 4.0.2 / 31 Oct 2018

@@ -4,0 +9,0 @@

7

package.json
{
"name": "@modular-toolkit/hocs",
"version": "4.0.2",
"version": "4.0.3-beta.0",
"description": "Higher order components (HoCs) for connecting modules",
"esnext": "index-esnext.js",
"main": "index.js",
"sideEffects": false,
"scripts": {

@@ -22,3 +23,3 @@ "build": "webpack",

"dependencies": {
"@modular-toolkit/selectors": "^3.0.2",
"@modular-toolkit/selectors": "^3.0.3-beta.0",
"lodash.debounce": "^4.0.8"

@@ -41,3 +42,3 @@ },

},
"gitHead": "131c54e0ecc4b0f9e39cb31d0d0b376f5a1e6995"
"gitHead": "862ed388ab2945225479f12878cb95f3cc238e43"
}
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