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

2

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

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

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

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

@@ -17,0 +17,0 @@ var tests = 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