Socket
Socket
Sign inDemoInstall

@callstack/react-theme-provider

Package Overview
Dependencies
Maintainers
10
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/react-theme-provider - npm Package Compare versions

Comparing version 3.0.3 to 3.0.5

typings/hoist-non-react-statics.d.ts

3

package.json
{
"name": "@callstack/react-theme-provider",
"version": "3.0.3",
"version": "3.0.5",
"description": "Theme provider for react and react-naitve applications",

@@ -57,3 +57,2 @@ "main": "./lib/index.js",

"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"deepmerge": "^3.2.0",

@@ -60,0 +59,0 @@ "hoist-non-react-statics": "^3.3.0"

@@ -5,3 +5,3 @@ // Type definitions for @callstack/react-theme-provider 1.0.2

import * as React from 'react';
import hoistNonReactStatics = require('hoist-non-react-statics');
import hoistNonReactStatics = require('./hoist-non-react-statics');

@@ -8,0 +8,0 @@ type $Without<T, K> = Pick<T, Exclude<keyof T, K>>;

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