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

@harnessio/ff-react-client-sdk

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harnessio/ff-react-client-sdk - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

dist/cjs/context/FFContext.d.ts

11

package.json
{
"name": "@harnessio/ff-react-client-sdk",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"author": "Harness",
"license": "Apache-2.0",
"module": "dist/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"type": "module",

@@ -12,6 +13,8 @@ "files": [

],
"types": "dist/index.d.ts",
"types": "dist/esm/index.d.ts",
"scripts": {
"test": "jest",
"build": "rm -rf ./dist; tsc -p ./tsconfig-build.json",
"build": "rm -rf ./dist; npm run build-esm; npm run build-cjs",
"build-esm": "tsc -p ./tsconfig-build.json",
"build-cjs": "tsc -p ./tsconfig-build.json --module commonjs --outDir dist/cjs",
"format": "prettier --write src"

@@ -18,0 +21,0 @@ },

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