Socket
Socket
Sign inDemoInstall

@shopify/react-universal-provider

Package Overview
Dependencies
Maintainers
19
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-universal-provider - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

18

CHANGELOG.md

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

## [1.2.4] - 2021-03-03
<!-- ## Unreleased -->
## 1.2.8 - 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.4 - 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.23] - 2020-10-20
## 1.1.23 - 2020-10-20
- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
## [1.1.0] - 2019-12-19
## 1.1.0 - 2019-12-19

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

## [1.0.0] - 2019-08-28
## 1.0.0 - 2019-08-28

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

{
"name": "@shopify/react-universal-provider",
"version": "1.2.7",
"version": "1.2.8",
"license": "MIT",

@@ -8,5 +8,2 @@ "description": "Factory function and utilities to create self-serializing/deserializing providers that work for isomorphic applications",

"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-html": "^10.2.6",
"tslib": "^1.14.1"
"@shopify/react-effect": "^3.3.4",
"@shopify/react-html": "^10.2.7"
},

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

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