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

@browserbasehq/bb9

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browserbasehq/bb9 - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

11

dist/index.js

@@ -31,9 +31,6 @@ #!/usr/bin/env node

const destPath = path.join(projectPath, file);
const stats = yield fs.stat(sourcePath);
if (stats.isFile()) {
yield fs.copyFile(sourcePath, destPath);
}
else if (stats.isDirectory()) {
yield fs.cp(sourcePath, destPath, { recursive: true });
}
// Read and process Node template
let source = readFileSync(sourcePath, "utf8");
source = source.replace("${projectName}", projectName);
yield fs.writeFile(destPath, source);
}

@@ -40,0 +37,0 @@ }

{
"name": "@browserbasehq/bb9",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "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