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

cgb-dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgb-dev-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

clearConsole.js

@@ -14,12 +14,4 @@ /**

const pkg = require( './package.json' );
const notifier = updateNotifier( {
pkg: pkg,
// updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day
} );
updateNotifier( { pkg } ).notify();
if ( notifier.update ) {
notifier.notify();
process.exit( 0 );
}
/**

@@ -26,0 +18,0 @@ * Cross platform clear console.

@@ -13,14 +13,6 @@ /**

const pkg = require( './package.json' );
const notifier = updateNotifier( {
pkg: pkg,
updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day.
} );
updateNotifier( { pkg } ).notify();
if ( notifier.update ) {
notifier.notify();
process.exit( 0 );
}
const crossSpawn = require( 'cross-spawn' );
module.exports = crossSpawn;

@@ -13,12 +13,4 @@ /**

const pkg = require( './package.json' );
const notifier = updateNotifier( {
pkg: pkg,
updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day.
} );
updateNotifier( { pkg } ).notify();
if ( notifier.update ) {
notifier.notify();
process.exit( 0 );
}
// WARNING: this code is untranspiled and is used in browser too.

@@ -25,0 +17,0 @@ // Please make sure any changes are in ES5 or contribute a Babel compile step.

2

package.json
{
"name": "cgb-dev-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Webpack utilities used by Create Guten Blocks",

@@ -5,0 +5,0 @@ "repository": "ahmadawais/create-guten-block",

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