New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trendmicro/react-navs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trendmicro/react-navs - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

65

lib/index.js

@@ -1,2 +0,2 @@

/*! react-navs v0.6.0 | (c) 2017 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-navs */
/*! react-navs v0.6.1 | (c) 2017 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-navs */
module.exports =

@@ -86,18 +86,18 @@ /******/ (function(modules) { // webpackBootstrap

var _classnames = __webpack_require__(2);
var _chainedFunction = __webpack_require__(2);
var _chainedFunction2 = _interopRequireDefault(_chainedFunction);
var _classnames = __webpack_require__(3);
var _classnames2 = _interopRequireDefault(_classnames);
var _react = __webpack_require__(3);
var _react = __webpack_require__(4);
var _react2 = _interopRequireDefault(_react);
var _reactAddonsShallowCompare = __webpack_require__(4);
var _reactAddonsShallowCompare = __webpack_require__(5);
var _reactAddonsShallowCompare2 = _interopRequireDefault(_reactAddonsShallowCompare);
var _chainedFunction = __webpack_require__(5);
var _chainedFunction2 = _interopRequireDefault(_chainedFunction);
var _index = __webpack_require__(6);

@@ -220,3 +220,3 @@

module.exports = require("classnames");
module.exports = require("chained-function");

@@ -227,3 +227,3 @@ /***/ },

module.exports = require("react");
module.exports = require("classnames");

@@ -234,3 +234,3 @@ /***/ },

module.exports = require("react-addons-shallow-compare");
module.exports = require("react");

@@ -241,30 +241,3 @@ /***/ },

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function () {
for (var _len = arguments.length, funcs = Array(_len), _key = 0; _key < _len; _key++) {
funcs[_key] = arguments[_key];
}
return funcs.filter(function (func) {
return typeof func === 'function';
}).reduce(function (accumulator, func) {
if (accumulator === null) {
return func;
}
return function chainedFunction() {
for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
args[_key2] = arguments[_key2];
}
accumulator.apply(this, args);
func.apply(this, args);
};
}, null);
};
module.exports = require("react-addons-shallow-compare");

@@ -298,11 +271,15 @@ /***/ },

var _classnames = __webpack_require__(2);
var _chainedFunction = __webpack_require__(2);
var _chainedFunction2 = _interopRequireDefault(_chainedFunction);
var _classnames = __webpack_require__(3);
var _classnames2 = _interopRequireDefault(_classnames);
var _react = __webpack_require__(3);
var _react = __webpack_require__(4);
var _react2 = _interopRequireDefault(_react);
var _reactAddonsShallowCompare = __webpack_require__(4);
var _reactAddonsShallowCompare = __webpack_require__(5);

@@ -315,6 +292,2 @@ var _reactAddonsShallowCompare2 = _interopRequireDefault(_reactAddonsShallowCompare);

var _chainedFunction = __webpack_require__(5);
var _chainedFunction2 = _interopRequireDefault(_chainedFunction);
var _index = __webpack_require__(6);

@@ -321,0 +294,0 @@

{
"name": "@trendmicro/react-navs",
"version": "0.6.0",
"version": "0.6.1",
"description": "Trend Micro Components: React Navs",

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

"@trendmicro/react-anchor": "^0.5.2",
"chained-function": "^0.5.0",
"classnames": "^2.2.5",

@@ -52,0 +53,0 @@ "react-addons-shallow-compare": "^0.14.0 || ^15.0.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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