Socket
Socket
Sign inDemoInstall

@ampproject/toolbox-core

Package Overview
Dependencies
1
Maintainers
7
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0-beta.0

8

lib/Log.js

@@ -42,2 +42,6 @@ /**

success(message, ...args) {
this.log_(this.output_.log, this.green_('SUCCESS ' + message), args);
}
warn(message, ...args) {

@@ -83,2 +87,6 @@ this.log_(this.output_.warn, this.yellow_('WARNING ' + message), args);

green_(string) {
return `\x1b[32m${string}\x1b[0m`;
}
yellow_(string) {

@@ -85,0 +93,0 @@ return `\x1b[33m${string}\x1b[0m`;

4

package.json
{
"name": "@ampproject/toolbox-core",
"version": "1.0.1",
"version": "1.1.0-beta.0",
"description": "Commonly used functionality for amp-toolbox",

@@ -26,3 +26,3 @@ "main": "index.js",

},
"gitHead": "4da05d4a419241bbcc8157553022af3a84676e9a"
"gitHead": "cc04a8267a51e57290ca81610ac6854de1aea986"
}
# AMP-Toolbox Core
[![npm version](https://badge.fury.io/js/@ampproject/toolbox-core.svg)](https://badge.fury.io/js/@ampproject/toolbox-core)
[![npm version](https://badge.fury.io/js/%40ampproject%2Ftoolbox-core.svg)](https://badge.fury.io/js/%40ampproject%2Ftoolbox-core)
Commonl functionality used by amp-toolbox. This module is not meant to be used on it's own.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc