Socket
Socket
Sign inDemoInstall

@os-design/use-event

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/use-event - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

src/index.mdx

5

dist/cjs/index.js

@@ -8,3 +8,3 @@ "use strict";

var _react = require("react");
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
function useEvent(target, type, listener, options) {

@@ -33,4 +33,3 @@ var listenerRef = (0, _react.useRef)();

}
var _default = useEvent;
exports["default"] = _default;
var _default = exports["default"] = useEvent;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@os-design/use-event",
"version": "1.0.19",
"version": "1.0.20",
"license": "UNLICENSED",

@@ -35,3 +35,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git",

},
"gitHead": "2605fbf8f46c78800cd4ba6dcb0dd895a893bf96"
"gitHead": "1f17189e344a56fd6347dd6b896d6e7ef6e7b35d"
}

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