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

@titelmedia/bricks-utils

Package Overview
Dependencies
Maintainers
14
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-utils - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.6.3](https://github.com/titel-media/bricks-lerna/compare/v1.6.2...v1.6.3) (2023-02-01)
### Bug Fixes
* Fixed the index of the window height hook ([29685da](https://github.com/titel-media/bricks-lerna/commit/29685daf25e4f7c8fa4e51305413f912c7fb1734))
## [1.6.2](https://github.com/titel-media/bricks-lerna/compare/v1.6.1...v1.6.2) (2023-02-01)

@@ -8,0 +19,0 @@

8

dist/index.js

@@ -9,13 +9,13 @@ "use strict";

get: function () {
return _useWindowSize.WindowSizeProvider;
return _useWindowHeight.WindowSizeProvider;
}
});
Object.defineProperty(exports, "useWindowSize", {
Object.defineProperty(exports, "useWindowHeight", {
enumerable: true,
get: function () {
return _useWindowSize.useWindowSize;
return _useWindowHeight.useWindowHeight;
}
});
var _useWindowSize = require("./hooks/useWindowSize");
var _useWindowHeight = require("./hooks/useWindowHeight");
//# sourceMappingURL=index.js.map

@@ -1,3 +0,3 @@

import { useWindowSize, WindowSizeProvider } from './hooks/useWindowSize';
import { useWindowHeight, WindowSizeProvider } from './hooks/useWindowHeight';
export { useWindowSize, WindowSizeProvider };
export { useWindowHeight, WindowSizeProvider };
{
"name": "@titelmedia/bricks-utils",
"version": "1.6.2",
"version": "1.6.3",
"description": "> TODO: description",

@@ -27,3 +27,3 @@ "author": "highsnob",

},
"gitHead": "25c9baf9d837e3799c8e05cf517823b80c102b5b"
"gitHead": "cdd6daecd56ffa9a8e96f9b35df8398f82477694"
}

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