cherrytree-for-react
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,12 +6,9 @@ 'use strict'; | ||
}); | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
exports['default'] = createLink; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } | ||
var _react = require('react'); | ||
var _reactLibObjectAssign = require('react/lib/Object.assign'); | ||
var _reactLibObjectAssign2 = _interopRequireDefault(_reactLibObjectAssign); | ||
var object = _react.PropTypes.object; | ||
@@ -58,3 +55,3 @@ var string = _react.PropTypes.string; | ||
var props = (0, _reactLibObjectAssign2['default'])({}, this.props); | ||
var props = _extends({}, this.props); | ||
@@ -61,0 +58,0 @@ // Ignore if rendered outside of the context of a |
{ | ||
"name": "cherrytree-for-react", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "An adapter for cherrytree router for using it with React", | ||
@@ -15,3 +15,5 @@ "main": "./lib/cherrytreeForReact", | ||
"babel": "^5.8.21", | ||
"babel-eslint": "^5.0.4", | ||
"bro-size": "^1.0.0", | ||
"eslint": "^2.2.0", | ||
"kn-release": "^1.0.0", | ||
@@ -21,2 +23,3 @@ "standard": "^5.0.2" | ||
"standard": { | ||
"parser": "babel-eslint", | ||
"ignore": [ | ||
@@ -23,0 +26,0 @@ "build/**" |
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
9582
0
6
155