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

@modular-toolkit/selectors

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modular-toolkit/selectors - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3-beta.0

5

CHANGELOG.md
# Changelog
## 3.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))
## 3.0.2 / 31 Oct 2018

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

5

package.json
{
"name": "@modular-toolkit/selectors",
"version": "3.0.2",
"version": "3.0.3-beta.0",
"description": "Utility functions for connecting selectors for a state object to a global Redux state",
"esnext": "index-esnext.js",
"main": "index.js",
"sideEffects": false,
"scripts": {

@@ -32,3 +33,3 @@ "build": "webpack",

},
"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