New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unleash/proxy-client-react

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unleash/proxy-client-react - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0

dist/src/FlagProvider.test.d.ts

23

package.json
{
"name": "@unleash/proxy-client-react",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "React interface for working with unleash",

@@ -19,3 +19,5 @@ "main": "./dist/index.js",

"build-watch": "webpack --watch",
"prepare": "yarn run build"
"prepare": "yarn run build",
"test": "jest --watch",
"test:ci": "CI=true jest --watch=false --watchAll=false --coverage --ci --reporters=default"
},

@@ -26,5 +28,18 @@ "keywords": [],

"devDependencies": {
"@types/react": "^17.0.3",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.24",
"jest": "^27.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"unleash-proxy-client": "^1.6.0",

@@ -31,0 +46,0 @@ "webpack": "^5.35.1",

2

README.md

@@ -19,3 +19,3 @@ # DISCLAIMER:

const config = {
url: 'https://HOSTNAME/api/proxy',
url: 'https://HOSTNAME/proxy',
clientKey: 'PROXYKEY',

@@ -22,0 +22,0 @@ refreshInterval: 15,

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