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

flagged

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flagged - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

11

package.json
{
"name": "flagged",
"description": "Feature flags for React made easy with hooks, HOC and Render Props",
"version": "2.0.9",
"version": "2.0.10",
"license": "MIT",

@@ -39,3 +39,3 @@ "repository": "https://github.com/sergiodxa/flagged.git",

"build": "tsdx build",
"test": "tsdx test --env=jsdom",
"test": "vitest",
"lint": "tsdx lint",

@@ -62,5 +62,6 @@ "typecheck": "tsc --noEmit"

"@testing-library/react": "^14.0.0",
"@types/jest": "^28.1.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@vitest/coverage-v8": "^0.34.1",
"happy-dom": "^12.0.1",
"husky": "^8.0.1",

@@ -71,4 +72,6 @@ "react": "^18.1.0",

"tslib": "^2.4.0",
"typescript": "^4.7.2"
"typescript": "^4.7.2",
"vite": "^4.4.9",
"vitest": "^0.34.1"
}
}
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