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.131 to 0.0.132

dist/chunk-BSQ4ZYI7.js

4

dist/index.d.ts

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

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

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

import {
features,
flags
} from "./chunk-BONVXYNU.js";
} from "./chunk-BSQ4ZYI7.js";

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

@@ -1,6 +0,7 @@

import { F as Flags, C as CategoryLabels } from './features-VzvwXhN1.js';
import { F as Flags, C as CategoryLabels } from './features-GPOVZzoB.js';
declare enum RulesMessage {
ERROR_AUTH_R_SERVER = 0,
INFO_HATTIP = 1
ERROR_COMPILED_R_REACT = 1,
INFO_HATTIP = 2
}

@@ -7,0 +8,0 @@

import {
features,
flags
} from "./chunk-BONVXYNU.js";
} from "./chunk-BSQ4ZYI7.js";

@@ -9,3 +9,4 @@ // src/rules/enum.ts

RulesMessage2[RulesMessage2["ERROR_AUTH_R_SERVER"] = 0] = "ERROR_AUTH_R_SERVER";
RulesMessage2[RulesMessage2["INFO_HATTIP"] = 1] = "INFO_HATTIP";
RulesMessage2[RulesMessage2["ERROR_COMPILED_R_REACT"] = 1] = "ERROR_COMPILED_R_REACT";
RulesMessage2[RulesMessage2["INFO_HATTIP"] = 2] = "INFO_HATTIP";
return RulesMessage2;

@@ -36,3 +37,4 @@ })(RulesMessage || {});

requires(0 /* ERROR_AUTH_R_SERVER */, "Auth", ["Server"]),
includes(1 /* INFO_HATTIP */, "hattip")
requires(1 /* ERROR_COMPILED_R_REACT */, "compiled", ["react"]),
includes(2 /* INFO_HATTIP */, "hattip")
];

@@ -39,0 +41,0 @@

{
"name": "@batijs/features",
"version": "0.0.131",
"version": "0.0.132",
"description": "",

@@ -13,3 +13,3 @@ "type": "module",

"tsup": "^8.0.1",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},

@@ -16,0 +16,0 @@ "main": "./dist/index.js",

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