reflective-bind
Advanced tools
Comparing version 0.0.2-rc1 to 0.0.2-rc2
@@ -6,4 +6,8 @@ "use strict"; | ||
}); | ||
exports.shouldComponentUpdate = exports.isReflective = exports.reflectiveEqual = undefined; | ||
exports.shouldComponentUpdate = exports.isReflective = exports.reflectiveEqual = exports.babelBind = undefined; | ||
var _babelBind = require("./babelBind"); | ||
var _babelBind2 = _interopRequireDefault(_babelBind); | ||
var _reflectiveBind = require("./reflectiveBind"); | ||
@@ -19,7 +23,7 @@ | ||
// @flow | ||
exports.default = _reflectiveBind2.default; // @flow | ||
exports.default = _reflectiveBind2.default; | ||
exports.babelBind = _babelBind2.default; | ||
exports.reflectiveEqual = _reflectiveBind.reflectiveEqual; | ||
exports.isReflective = _reflectiveBind.isReflective; | ||
exports.shouldComponentUpdate = _shouldComponentUpdate2.default; |
{ | ||
"name": "reflective-bind", | ||
"version": "0.0.2-rc1", | ||
"version": "0.0.2-rc2", | ||
"description": "Eliminate wasteful rendering in React components caused by inline functions", | ||
@@ -56,4 +56,5 @@ "author": "Dounan Shi", | ||
"files": [ | ||
"babel", | ||
"dist" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
798
1
32273