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

@huddle01/feature-flags

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/feature-flags - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3-alpha.0

dist/atoms/clientConfig.atom.d.mts

35

package.json
{
"name": "@huddle01/feature-flags",
"version": "0.0.2",
"version": "0.0.3-alpha.0",
"description": "Unleash the Power of Controlled Feature Rollouts in Your Typescript Projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"scripts": {

@@ -14,7 +14,30 @@ "lint": "biome lint ./",

"prebuild": "pnpm run lint && pnpm run format",
"build": "tsup",
"build": "rm -rf dist && tsup",
"watch": "tsup --watch",
"pub": "npm publish --access public"
"pub": "npm publish --access public",
"pub:alpha": "npm publish --access public --tag alpha"
},
"files": ["dist/*"],
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.mts"
},
"./hooks": {
"import": "./dist/hooks/index.mjs",
"types": "./dist/hooks/index.d.mts"
},
"./components": {
"import": "./dist/components/index.mjs",
"types": "./dist/components/index.d.mts"
},
"./atoms": {
"import": "./dist/atoms/index.mjs",
"types": "./dist/atoms/index.d.mts"
},
"./types": {
"import": "./dist/types/index.mjs",
"types": "./dist/types/index.d.mts"
}
},
"files": ["dist"],
"keywords": [],

@@ -21,0 +44,0 @@ "author": "a4748g",

dist/atoms/clientConfig.atom.d.ts
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