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

create-yoshi-app

Package Overview
Dependencies
Maintainers
1
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 3.14.2 to 3.15.0

templates/fullstack/public/hello.world

2

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

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

module.exports = function (wallaby) {
return Object.assign({}, require('yoshi/config/wallaby-mocha')(wallaby), {
return Object.assign({}, require('yoshi/config/wallaby-jest')(wallaby), {
// set to undefined to let Wallaby decide the number of processes based on the system's capacity

@@ -4,0 +4,0 @@ workers: undefined

module.exports = function(wallaby) {
return Object.assign({}, require('yoshi/config/wallaby-mocha')(wallaby), {
return Object.assign({}, require('yoshi/config/wallaby-jest')(wallaby), {
// set to undefined to let Wallaby decide the number of processes based on the system's capacity

@@ -4,0 +4,0 @@ workers: undefined,

@@ -1,1 +0,1 @@

module.exports = require('yoshi/config/wallaby-mocha');
module.exports = require('yoshi/config/wallaby-jest');

@@ -1,1 +0,1 @@

module.exports = require('yoshi/config/wallaby-mocha');
module.exports = require('yoshi/config/wallaby-jest');
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