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

reflective-bind

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflective-bind - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

babel/index.js

@@ -108,2 +108,6 @@ /**

);
// Have babel update all references after hoisting.
// There's probably a more efficient way to do this.
path.scope.crawl();
}

@@ -110,0 +114,0 @@ },

@@ -7,2 +7,5 @@ # Reflective Bind Change Log

## 0.2.1
* Fix hanging identifiers when applying the lodash babel plugin after this plugin
## 0.2.0

@@ -9,0 +12,0 @@ * Better handling of duplicate hoisted function arguments

3

package.json
{
"name": "reflective-bind",
"version": "0.2.0",
"version": "0.2.1",
"description": "Eliminate wasteful re-rendering in React components caused by inline functions",

@@ -26,2 +26,3 @@ "author": "Dounan Shi",

"babel-eslint": "8.0.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-flow-comments": "6.22.0",

@@ -28,0 +29,0 @@ "babel-preset-env": "1.6.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