New:Socket for Asana Is Now Available.Learn more
Get Started

@ultimat3/flags

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimat3/flags - npm Package Compare versions

Comparing version
17.0.0
to
18.0.0
+3
-3
package.json
{
"name": "@ultimat3/flags",
"version": "17.0.0",
"version": "18.0.0",
"description": "Feature flags: permanent switches, and temporary ones that cannot be forgotten",

@@ -27,3 +27,3 @@ "license": "MIT",

"engines": {
"bun": ">=1.3.0"
"bun": ">=1.4.0"
},

@@ -35,4 +35,4 @@ "scripts": {

"dependencies": {
"@ultimat3/core": "17.0.0"
"@ultimat3/core": "18.0.0"
}
}