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

@batijs/cli

Package Overview
Dependencies
Maintainers
0
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batijs/cli - npm Package Compare versions

Comparing version 0.0.254 to 0.0.255

dist/boilerplates/@batijs/mantine/files/$package.json.js

1

dist/boilerplates/@batijs/react/files/$package.json.js

@@ -53,2 +53,3 @@ var __create = Object.create;

"@batijs/ts-rest": "workspace:*",
"@mantine/core": "^7.12.1",
"@types/node": "^18.19.14",

@@ -55,0 +56,0 @@ "@types/react": "^18.3.4",

@@ -185,3 +185,20 @@ [

"config": {
"enforce": "post",
"if": {
"flag": {
"$all": [
"mantine",
"react"
]
}
}
},
"folder": "@batijs/mantine",
"subfolders": [
"files"
]
},
{
"config": {
"if": {
"flag": "prettier"

@@ -188,0 +205,0 @@ }

5

dist/index.js

@@ -1679,3 +1679,3 @@ #!/usr/bin/env node

name: "@batijs/cli",
version: "0.0.254",
version: "0.0.255",
type: "module",

@@ -1746,2 +1746,5 @@ scripts: {

),
[RulesMessage.ERROR_MANTINE_R_REACT]: error(
`${inverse(bold("React"))} is required when using ${inverse(bold("Mantine"))}`
),
[RulesMessage.INFO_HATTIP]: info(`${inverse(bold("HatTip"))} is an experimental project`),

@@ -1748,0 +1751,0 @@ [RulesMessage.ERROR_DRIZZLE_R_SERVER]: error(

{
"name": "@batijs/cli",
"version": "0.0.254",
"version": "0.0.255",
"type": "module",

@@ -23,8 +23,8 @@ "keywords": [],

"vite": "^5.4.2",
"@batijs/compile": "0.0.254",
"@batijs/build": "0.0.254"
"@batijs/build": "0.0.255",
"@batijs/compile": "0.0.255"
},
"dependencies": {
"@batijs/core": "0.0.254",
"@batijs/features": "0.0.254"
"@batijs/features": "0.0.255",
"@batijs/core": "0.0.255"
},

@@ -31,0 +31,0 @@ "bin": "./dist/index.js",

Sorry, the diff of this file is not supported yet

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