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

@sinclair/hammer

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sinclair/hammer - npm Package Compare versions

Comparing version 0.15.7 to 0.15.8

12

index.js

@@ -248,18 +248,18 @@ "use strict";

case 'build':
console.log(`${blue}Build${esc}: ${this.options.sourcePaths.join(' ')}`);
console.log(`${blue}[build]${esc}: ${this.options.sourcePaths.join(' ')}`);
break;
case 'watch':
console.log(`${blue}Watch${esc}: ${this.options.sourcePaths.join(' ')}`);
console.log(`${blue}[watch]${esc}: ${this.options.sourcePaths.join(' ')}`);
break;
case 'serve':
console.log(`${blue}Serve${esc}: http://localhost:${this.options.port}`);
console.log(`${blue}[serve]${esc}: ${this.options.dist} on ${blue}${this.options.port}${esc}`);
break;
case 'start':
console.log(`${blue}Start${esc}: ${this.options.entryPath} ${this.options.args.join(' ')}`);
console.log(`${blue}[start]${esc}: ${this.options.entryPath} ${this.options.args.join(' ')}`);
break;
case 'monitor':
console.log(`${blue}Monitor${esc}: ${this.options.sourcePaths.join(' ')}`);
console.log(`${blue}[monitor]${esc}: ${this.options.sourcePaths.join(' ')}`);
break;
case 'task':
console.log(`${blue}Task${esc}: ${this.options.name} ${this.options.arguments.join(' ')}`);
console.log(`${blue}[task]${esc}: ${this.options.name} ${this.options.arguments.join(' ')}`);
break;

@@ -266,0 +266,0 @@ }

{
"name": "@sinclair/hammer",
"version": "0.15.7",
"version": "0.15.8",
"description": "Build Tool for Browser and Node Applications",

@@ -5,0 +5,0 @@ "author": "sinclairzx81",

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