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

@react-hookz/web

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-hookz/web - npm Package Compare versions

Comparing version 12.0.3 to 12.0.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [12.0.4](https://github.com/react-hookz/web/compare/v12.0.3...v12.0.4) (2021-12-23)
### Bug Fixes
* correct the way `js-cookie` imported ([91b2d05](https://github.com/react-hookz/web/commit/91b2d053a1f143af78e0f5536365d430546b13e3))
## [12.0.3](https://github.com/react-hookz/web/compare/v12.0.2...v12.0.3) (2021-12-23)

@@ -2,0 +9,0 @@

2

esm/useCookieValue/useCookieValue.js

@@ -15,3 +15,3 @@ var __rest = (this && this.__rest) || function (s, e) {

import * as Cookies from 'js-cookie';
import { useSafeState, useSyncedRef, useFirstMountState, useMountEffect } from '..';
import { useFirstMountState, useMountEffect, useSafeState, useSyncedRef } from '..';
import { isBrowser } from "../util/const.js";

@@ -18,0 +18,0 @@ var cookiesSetters = new Map();

/* eslint-disable @typescript-eslint/no-use-before-define */
import { useCallback, useEffect } from 'react';
import * as Cookies from 'js-cookie';
import { useSafeState, useSyncedRef, useFirstMountState, useMountEffect } from '..';
import { useFirstMountState, useMountEffect, useSafeState, useSyncedRef } from '..';
import { isBrowser } from "../util/const.js";

@@ -6,0 +6,0 @@ const cookiesSetters = new Map();

{
"name": "@react-hookz/web",
"version": "12.0.3",
"version": "12.0.4",
"description": "React hooks done right, for browser and SSR.",

@@ -46,4 +46,4 @@ "keywords": [

"lint:fix": "yarn lint --fix",
"storybook:watch": "start-storybook -p 6006 --docs -s ./.storybook/public --no-manager-cache",
"storybook:build": "build-storybook --docs -o ./storybook-build -s ./.storybook/public",
"storybook:watch": "start-storybook -p 6006 --docs --no-manager-cache",
"storybook:build": "build-storybook --docs -o ./storybook-build",
"storybook:deploy": "storybook-to-ghpages -s storybook:build"

@@ -94,9 +94,11 @@ },

"@storybook/addons": "^6.4.9",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^6.4.9",
"@storybook/storybook-deployer": "^2.8.10",
"@storybook/theming": "^6.4.8",
"@storybook/theming": "^6.4.9",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.3",
"@types/js-cookie": "^3.0.1",
"@types/react": "^17.0.37",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",

@@ -134,4 +136,5 @@ "@typescript-eslint/eslint-plugin": "^5.8.0",

"typescript": "^4.5.4",
"webpack": "^5.65.0",
"yarn": "^1.22.17"
}
}
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