New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gobble-cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gobble-cli - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

CHANGELOG.md
# changelog
## 0.4.2
* Handle sourcemap events (from gobble 0.10.0 and later)
## 0.4.1

@@ -4,0 +8,0 @@

@@ -135,2 +135,10 @@ /*global console */

SOURCEMAP_PROCESS_START: function ( x ) {
return 'processing sourcemaps';
},
SOURCEMAP_PROCESS_COMPLETE: function ( x ) {
return 'processed sourcemaps in ' + chalk.bold( x.duration + 'ms' );
},
TRANSFORM_START: function ( x ) {

@@ -137,0 +145,0 @@ return chalk.bold( x.id ) + ' running...';

2

package.json
{
"name": "gobble-cli",
"description": "Command line interface for gobble",
"version": "0.4.1",
"version": "0.4.2",
"author": "Rich Harris",

@@ -6,0 +6,0 @@ "license": "MIT",

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