Socket
Socket
Sign inDemoInstall

@shopify/react-hydrate

Package Overview
Dependencies
Maintainers
19
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-hydrate - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

18

CHANGELOG.md

@@ -8,4 +8,12 @@ # Changelog

## [1.2.2] - 2021-03-03
<!-- ## Unreleased -->
## 1.2.5 - 2021-04-13
### Changed
- Removed dependency on tslib, as we no-longer compile with `tsc`. [#1829](https://github.com/Shopify/quilt/pull/1829)
## 1.2.2 - 2021-03-03
### Fixed

@@ -15,3 +23,3 @@

## [1.2.0] - 2020-12-18
## 1.2.0 - 2020-12-18

@@ -22,7 +30,7 @@ ### Added

## [1.1.27] - 2020-10-20
## 1.1.27 - 2020-10-20
- Added `tslib@^1.14.1` in the list of dependencies. [#1657](https://github.com/Shopify/quilt/pull/1657)
## [1.1.1] - 2019-07-04
## 1.1.1 - 2019-07-04

@@ -33,3 +41,3 @@ ### Fixed

## [1.1.0] - 2019-07-03
## 1.1.0 - 2019-07-03

@@ -36,0 +44,0 @@ ### Added

{
"name": "@shopify/react-hydrate",
"version": "1.2.4",
"version": "1.2.5",
"license": "MIT",

@@ -8,5 +8,2 @@ "description": "Utilities for hydrating server-rendered React apps",

"types": "index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.json"
},
"sideEffects": false,

@@ -28,5 +25,4 @@ "publishConfig": {

"dependencies": {
"@shopify/react-effect": "^3.3.3",
"@shopify/react-hooks": "^1.13.0",
"tslib": "^1.14.1"
"@shopify/react-effect": "^3.3.4",
"@shopify/react-hooks": "^1.13.1"
},

@@ -33,0 +29,0 @@ "devDependencies": {

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