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

@batijs/core

Package Overview
Dependencies
Maintainers
2
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batijs/core - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

6

dist/index.d.ts

@@ -5,8 +5,8 @@ import { ASTNode, ProxifiedModule } from 'magicast';

declare const features: readonly ["framework:solid", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss"];
declare const flags: Map<string | undefined, "framework:solid" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss">;
declare const features: readonly ["framework:solid", "db:prisma", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss"];
declare const flags: Map<string | undefined, "framework:solid" | "db:prisma" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss">;
type MaybeContentGetter = (() => string | Promise<string>) | undefined;
interface VikeMeta {
VIKE_MODULES?: (typeof features)[number][];
BATI_MODULES?: (typeof features)[number][];
}

@@ -13,0 +13,0 @@

{
"name": "@batijs/core",
"version": "0.0.15",
"version": "0.0.16",
"description": "",

@@ -11,3 +11,2 @@ "type": "module",

"devDependencies": {
"@putout/bundle": "^1.8.3",
"@putout/plugin-remove-unused-variables": "^5.1.0",

@@ -14,0 +13,0 @@ "@rollup/plugin-commonjs": "^24.1.0",

Sorry, the diff of this file is too big to display

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