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

@cheesecakelabs/boilerplate

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cheesecakelabs/boilerplate - npm Package Compare versions

Comparing version 0.5.10 to 0.6.0

2

package.json
{
"name": "@cheesecakelabs/boilerplate",
"version": "0.5.10",
"version": "0.6.0",
"description": "boilerplate utils as a module",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -14,2 +14,3 @@ 'use strict';

var VIEWS_PATH = yargs.argv.views || './src/views';
var IGNORED_FILES = yargs.argv.ignore && yargs.argv.ignore.split(',') || ['**/**/stories.js'];

@@ -20,3 +21,3 @@ var tests = 0;

return [component, glob.sync(path.join(VIEWS_PATH, component, '**', '*.js'), {
ignore: ['**/**/stories.js']
ignore: IGNORED_FILES
})];

@@ -23,0 +24,0 @@ });

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