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

create-yoshi-app

Package Overview
Dependencies
Maintainers
10
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-yoshi-app - npm Package Compare versions

Comparing version 4.12.0 to 4.13.0

9

__tests__/create-yoshi-app.test.js

@@ -17,2 +17,5 @@ const execa = require('execa');

cwd: workingDir,
env: {
FORCE_COLOR: '0',
},
});

@@ -28,3 +31,7 @@ } catch (error) {

try {
await execa('node', [createYoshiAppBin, 'CamelCase']);
await execa('node', [createYoshiAppBin, 'CamelCase'], {
env: {
FORCE_COLOR: '0',
},
});
} catch (error) {

@@ -31,0 +38,0 @@ expect(error.stderr).toMatchSnapshot();

2

package.json
{
"name": "create-yoshi-app",
"version": "4.12.0",
"version": "4.13.0",
"description": "create yoshi powered apps",

@@ -5,0 +5,0 @@ "keywords": [

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