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

@batijs/build

Package Overview
Dependencies
Maintainers
2
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batijs/build - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

3

./dist/exec.js

@@ -38,2 +38,4 @@ // src/exec.ts

function transformFileAfterExec(filepath, fileContent) {
if (fileContent === void 0 || fileContent === null)
return null;
const parsed = path.parse(filepath);

@@ -47,2 +49,3 @@ const ext = parsed.ext || parsed.name;

case ".env":
case ".html":
return fileContent;

@@ -49,0 +52,0 @@ case ".json":

@@ -38,2 +38,4 @@ // src/exec.ts

function transformFileAfterExec(filepath, fileContent) {
if (fileContent === void 0 || fileContent === null)
return null;
const parsed = path.parse(filepath);

@@ -47,2 +49,3 @@ const ext = parsed.ext || parsed.name;

case ".env":
case ".html":
return fileContent;

@@ -49,0 +52,0 @@ case ".json":

9

package.json
{
"name": "@batijs/build",
"version": "0.0.23",
"version": "0.0.24",
"description": "",

@@ -10,7 +10,8 @@ "type": "module",

"devDependencies": {
"@types/node": "^16.18.34",
"@batijs/tsup": "0.0.23"
"@types/node": "^16.18.36",
"tsup": "^6.7.0",
"@batijs/tsup": "0.0.24"
},
"dependencies": {
"@batijs/core": "0.0.23"
"@batijs/core": "0.0.24"
},

@@ -17,0 +18,0 @@ "main": "./dist/exec.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