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

@batijs/features

Package Overview
Dependencies
Maintainers
2
Versions
216
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.128 to 0.0.129

dist/chunk-EJCTLNZ5.js

13

dist/index.d.ts

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

import { c as categoriesGroups } from './features-wRGJo-jC.js';
export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-wRGJo-jC.js';
import { c as categoriesGroups } from './features-xxN40eNU.js';
export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-xxN40eNU.js';

@@ -13,4 +13,11 @@ interface Feature<C = string> {

spectrum?: "beaten_path" | "bleeding_edge";
tagline?: string;
links?: FeatureLink[];
repo?: string;
disabled?: boolean;
}
interface FeatureLink {
label: string;
href: string;
}
interface Category {

@@ -22,2 +29,2 @@ label: string;

export { type Category, type Feature, categoriesGroups };
export { type Category, type Feature, type FeatureLink, categoriesGroups };
import {
features,
flags
} from "./chunk-KAGUVEMU.js";
} from "./chunk-EJCTLNZ5.js";

@@ -6,0 +6,0 @@ // src/groups.ts

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

import { F as Flags, C as CategoryLabels } from './features-wRGJo-jC.js';
import { F as Flags, C as CategoryLabels } from './features-xxN40eNU.js';

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

import {
features,
flags
} from "./chunk-KAGUVEMU.js";
} from "./chunk-EJCTLNZ5.js";

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

{
"name": "@batijs/features",
"version": "0.0.128",
"version": "0.0.129",
"description": "",

@@ -37,4 +37,5 @@ "type": "module",

"test:ci": "vitest run",
"build": "tsup"
"build": "tsup",
"watch": "tsup --watch"
}
}
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