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.20.0 to 4.20.7

2

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

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

/*eslint import/no-unresolved: 0*/
const { start, stop } = require('./dist/test/environment');
const { env } = require('./dist/test/environment');

@@ -7,3 +7,3 @@ // tear down hooks

return async () => {
await stop();
await env.stop();
process.exit(code);

@@ -17,2 +17,2 @@ };

start();
env.start();
/*eslint import/no-unresolved: 0*/
const { start, stop } = require('./dist/test/environment');
const { env } = require('./dist/test/environment');

@@ -7,3 +7,3 @@ // tear down hooks

return async () => {
await stop();
await env.stop();
process.exit(code);

@@ -17,2 +17,2 @@ };

start();
env.start();
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