New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@batijs/cli

Package Overview
Dependencies
Maintainers
0
Versions
321
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.241 to 0.0.242

5

dist/index.js

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

name: "@batijs/cli",
version: "0.0.241",
version: "0.0.242",
type: "module",

@@ -1957,3 +1957,4 @@ scripts: {

const meta = {
BATI: new Set(flags)
BATI: new Set(flags),
BATI_TEST: process.env.NODE_ENV === "test"
};

@@ -1960,0 +1961,0 @@ await main(

10

package.json
{
"name": "@batijs/cli",
"version": "0.0.241",
"version": "0.0.242",
"type": "module",

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

"vite": "^5.4.0",
"@batijs/build": "0.0.241",
"@batijs/compile": "0.0.241"
"@batijs/compile": "0.0.242",
"@batijs/build": "0.0.242"
},
"dependencies": {
"@batijs/features": "0.0.241",
"@batijs/core": "0.0.241"
"@batijs/core": "0.0.242",
"@batijs/features": "0.0.242"
},

@@ -31,0 +31,0 @@ "bin": "./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