New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.14 to 1.0.15

28

dist/index.js

@@ -45,28 +45,2 @@ #!/usr/bin/env node

}
// Create README.md
yield fs.writeFile(path.join(projectPath, "README.md"), `# ${projectName}
## Description
A TypeScript ${options.template} project.
## Installation
\`\`\`bash
npm install
\`\`\`
## Development
\`\`\`bash
npm start
\`\`\`
## Build
\`\`\`bash
npm run build
\`\`\`
## Test
\`\`\`bash
npm test
\`\`\`
`);
}

@@ -94,3 +68,3 @@ catch (error) {

console.log(chalk.yellow("🎬 Lights, Camera, act()!"));
console.log(chalk.gray(` cd ${projectName}\n npm install\n npm start\n npm test`));
console.log(chalk.gray(` cd ${projectName}\n npm install\n npm start`));
}

@@ -97,0 +71,0 @@ catch (error) {

3

package.json
{
"name": "@browserbasehq/bb9",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -31,2 +31,3 @@ "main": "index.js",

"build": "tsc",
"cr": "changeset && pnpm run release",
"postbuild": "chmod +x ./dist/index.js",

@@ -33,0 +34,0 @@ "changeset": "changeset",

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