Socket
Socket
Sign inDemoInstall

re-reselect

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

re-reselect - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/index.js

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 0.3.0
- Add UMD dist
# 0.2.0

@@ -2,0 +5,0 @@ - Expose `getMatchingSelector` method to retrieve the instance of cached selectors

8

package.json
{
"name": "re-reselect",
"version": "0.2.0",
"version": "0.3.0",
"description": "Memoize selectors and avoid recalculation between calls with different inputs",

@@ -9,2 +9,3 @@ "main": "lib/index.js",

"files": [
"dist",
"es",

@@ -15,6 +16,7 @@ "lib"

"test": "jest",
"clean": "rm -rf lib es",
"compile": "npm run clean && npm run compile:es && npm run compile:commonjs",
"clean": "rm -rf dist es lib",
"compile": "npm run clean && npm run compile:es && npm run compile:commonjs && npm run compile:umd",
"compile:es": "babel -d es/ index.js",
"compile:commonjs": "NODE_ENV=commonjs babel -d lib/ index.js",
"compile:umd": "NODE_ENV=umd babel -d dist/ index.js",
"preversion": "npm test",

@@ -21,0 +23,0 @@ "version": "git add package.json",

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