Socket
Socket
Sign inDemoInstall

@rpldy/shared

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rpldy/shared - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

13

lib/cjs/utils/isFunction.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var isFunction = function (f) {
//defined as function for flow's sake... (https://github.com/facebook/flow/issues/3635)
function isFunction(f) {
return typeof f === "function";
};
}
var _default = isFunction;
exports["default"] = _default;
module.exports = isFunction;

@@ -1,5 +0,6 @@

var isFunction = function (f) {
//defined as function for flow's sake... (https://github.com/facebook/flow/issues/3635)
function isFunction(f) {
return typeof f === "function";
};
}
export default isFunction;
module.exports = isFunction;
{
"version": "0.10.0",
"version": "0.11.0",
"name": "@rpldy/shared",

@@ -21,3 +21,3 @@ "description": "internal set of utils+types for react-uploady",

"devDependencies": {
"flow-bin": "^0.133.0"
"flow-bin": "^0.145.0"
},

@@ -31,3 +31,3 @@ "dependencies": {

},
"gitHead": "f9266271a12c840e60b6fcc98d78bc2aa583d5d2"
"gitHead": "3fb121df6ce4b2949e82f0f1e5e52c596b7b07c3"
}
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