Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@os-design/use-body-scroll

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-body-scroll - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

3

dist/cjs/index.js

@@ -7,5 +7,3 @@ "use strict";

exports["default"] = void 0;
var _react = require("react");
var useBodyScroll = function useBodyScroll(scrollEnabled) {

@@ -16,5 +14,4 @@ (0, _react.useEffect)(function () {

};
var _default = useBodyScroll;
exports["default"] = _default;
//# sourceMappingURL=index.js.map
import { useEffect } from 'react';
const useBodyScroll = scrollEnabled => {

@@ -8,4 +7,3 @@ useEffect(() => {

};
export default useBodyScroll;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@os-design/use-body-scroll",
"version": "1.0.10",
"version": "1.0.11",
"license": "UNLICENSED",

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

},
"gitHead": "174987fc6c9d55db201be10abde3a4cf5a790573"
"gitHead": "8cb28f6719d699c014fbce91d832a9ff06abe515"
}

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