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

launchdarkly-react-client-sdk

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-react-client-sdk - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

lib/asyncWithLDProvider.d.ts

31

package.json
{
"name": "launchdarkly-react-client-sdk",
"version": "3.0.5",
"version": "3.0.6",
"description": "LaunchDarkly SDK for React",

@@ -15,5 +15,4 @@ "author": "LaunchDarkly <team@launchdarkly.com>",

],
"source": "src/index.ts",
"main": "dist/main.js",
"types": "dist/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [

@@ -28,4 +27,3 @@ "lib",

"test:junit": "jest --ci --reporters=default --reporters=jest-junit",
"build": "parcel build",
"build:analyze": "parcel build --reporter @parcel/reporter-bundle-analyzer",
"build": "rimraf lib/* && tsc && mv lib/src/* lib && rimraf lib/package.json lib/src lib/*.test.*",
"lint": "tslint -p tsconfig.json 'src/**/*.ts*'",

@@ -45,5 +43,2 @@ "lint:all": "npm run lint",

"devDependencies": {
"@parcel/packager-ts": "2.8.3",
"@parcel/reporter-bundle-analyzer": "^2.8.3",
"@parcel/transformer-typescript-types": "2.8.3",
"@testing-library/jest-dom": "^5.16.4",

@@ -62,5 +57,6 @@ "@testing-library/react": "^13.0.1",

"jest-junit": "^13.0.0",
"parcel": "^2.8.3",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",

@@ -75,3 +71,2 @@ "rimraf": "^3.0.0",

"dependencies": {
"@swc/helpers": "^0.4.14",
"hoist-non-react-statics": "^3.3.2",

@@ -84,17 +79,3 @@ "launchdarkly-js-client-sdk": "^3.1.3",

"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0"
},
"targets": {
"main": {
"context": "browser",
"outputFormat": "commonjs",
"isLibrary": true,
"optimize": true,
"engines": {
"browsers": [
"> 0.5%, last 2 versions, not dead",
"ie >= 11"
]
}
}
}
}
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