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

@batijs/features

Package Overview
Dependencies
Maintainers
0
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batijs/features - npm Package Compare versions

Comparing version 0.0.278 to 0.0.279

dist/chunk-X7TRM654.js

6

dist/index.d.ts

@@ -1,3 +0,3 @@

import { c as categoriesGroups, F as Flags } from './features-4zyW0_gi.js';
export { C as CategoryLabels, a as categories, d as cliFlags, f as features, b as flags } from './features-4zyW0_gi.js';
import { c as categoriesGroups, F as Flags } from './features-vXaa6ml5.js';
export { C as CategoryLabels, a as categories, d as cliFlags, f as features, b as flags } from './features-vXaa6ml5.js';

@@ -19,2 +19,3 @@ interface Feature<C = string> {

readonly?: boolean;
selected?: boolean;
}

@@ -29,2 +30,3 @@ interface FeatureLink {

multiple?: boolean;
required?: boolean;
description?: string;

@@ -31,0 +33,0 @@ }

@@ -5,3 +5,3 @@ import {

flags
} from "./chunk-WMO3LMQS.js";
} from "./chunk-X7TRM654.js";

@@ -22,3 +22,4 @@ // src/groups.ts

group: "Frontend" /* Frontend */,
description: `Flexible, robust, community-driven, and fast Vite-based frontend framework.`
description: `Flexible, robust, community-driven, and fast Vite-based frontend framework.`,
required: true
},

@@ -30,3 +31,4 @@ {

as they each come with a wide range of integrations. You can at any time eject and take control over integration code
so that it doesn\u2019t get in your way.`
so that it doesn\u2019t get in your way.`,
required: true
},

@@ -33,0 +35,0 @@ {

@@ -1,2 +0,2 @@

import { F as Flags, C as CategoryLabels } from './features-4zyW0_gi.js';
import { F as Flags, C as CategoryLabels } from './features-vXaa6ml5.js';

@@ -3,0 +3,0 @@ declare enum RulesMessage {

import {
features,
flags
} from "./chunk-WMO3LMQS.js";
} from "./chunk-X7TRM654.js";

@@ -6,0 +6,0 @@ // src/rules/enum.ts

{
"name": "@batijs/features",
"version": "0.0.278",
"version": "0.0.279",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

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