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
304
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.25 to 0.0.26

4

dist/index.d.ts

@@ -7,4 +7,4 @@ import { ASTNode, ProxifiedModule } from 'magicast';

declare const features: readonly ["framework:solid", "db:edgedb", "db:prisma", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss", "analytics:plausible.io"];
declare const flags: Map<string | undefined, "framework:solid" | "db:edgedb" | "db:prisma" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss" | "analytics:plausible.io">;
declare const features: readonly ["framework:solid", "framework:react", "db:edgedb", "db:prisma", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss", "analytics:plausible.io"];
declare const flags: Map<string | undefined, "framework:solid" | "framework:react" | "db:edgedb" | "db:prisma" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss" | "analytics:plausible.io">;
type AfterColon<T extends string> = T extends `${string}:${infer B}` ? B : never;

@@ -11,0 +11,0 @@ type Flags = AfterColon<(typeof features)[number]>;

{
"name": "@batijs/core",
"version": "0.0.25",
"version": "0.0.26",
"description": "",

@@ -23,10 +23,10 @@ "type": "module",

"colorette": "^2.0.20",
"esbuild": "^0.18.2",
"esbuild": "^0.18.3",
"magicast": "^0.2.9",
"prettier": "^2.8.8",
"putout": "^29.13.5",
"putout": "^29.15.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"typescript": "^5.1.3",
"vitest": "^0.32.0",
"vitest": "^0.32.1",
"which": "^3.0.1"

@@ -33,0 +33,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