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
1
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 2.0.0-beta.0 to 2.0.0-beta.1

6

CHANGELOG.md
# Changelog
## 2.0.0 / 14 Mar 2018
* JS code now ES5 compatible (transpiled through Babel)
* If you want to use the untranspiled code (highly recommended), us the *esnext* version, which is
included in the same npm package ([more info here](http://2ality.com/2017/06/pkg-esnext.html))
## 1.0.0 / 9 Mar 2018

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@modular-toolkit/selectors",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Utility functions for connecting selectors for a state object to a global Redux state",

@@ -5,0 +5,0 @@ "esnext": "index-esnext.js",

@@ -9,2 +9,7 @@ # selectors

**Note:** by default, the npm package exposes ES5-compatible code (transpiled through Babel).
If you want to use the untranspiled code (highly recommended), us the *esnext* version, which is
included in the same npm package ([more info here](http://2ality.com/2017/06/pkg-esnext.html)).
## API

@@ -11,0 +16,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