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

@devcycle/react-client-sdk

Package Overview
Dependencies
Maintainers
6
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcycle/react-client-sdk - npm Package Compare versions

Comparing version 1.11.11 to 1.13.0

index.cjs.d.ts

21

package.json
{
"name": "@devcycle/react-client-sdk",
"version": "1.11.11",
"version": "1.13.0",
"description": "The DevCycle React SDK used for feature management.",
"main": "./index.cjs",
"scripts": {

@@ -12,18 +11,14 @@ "clean": "rimraf dist",

},
"types": "./src/index.d.ts",
"author": "",
"license": "MIT",
"dependencies": {
"@devcycle/js-client-sdk": "^1.15.0",
"@devcycle/types": "^1.3.0",
"hoist-non-react-statics": "^3.3.2"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"hoist-non-react-statics": "^3.3.2",
"@devcycle/js-client-sdk": "1.13.10",
"@devcycle/types": "1.1.16"
},
"devDependencies": {
"nock": "^13.3.1"
},
"module": "./index.js",
"type": "module"
"module": "./index.esm.js",
"main": "./index.cjs.js"
}
import { ProviderConfig } from './types';
import React from 'react';
export declare function withDevCycleProvider(config: ProviderConfig): (WrappedComponent: React.ComponentType) => React.ComponentType;
export declare function withDevCycleProvider<T extends object>(config: ProviderConfig): (WrappedComponent: React.ComponentType<T>) => React.ComponentType<T>;
/**

@@ -5,0 +5,0 @@ * @deprecated Use withDevCycleProvider instead

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