Socket
Socket
Sign inDemoInstall

amphtml-validator

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amphtml-validator - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

6

package.json
{
"name": "amphtml-validator",
"version": "1.0.33",
"version": "1.0.34",
"description": "Official validator for AMP HTML (www.ampproject.org)",

@@ -22,3 +22,3 @@ "keywords": [

"dependencies": {
"colors": "1.2.5",
"colors": "1.4.0",
"commander": "2.15.1",

@@ -28,4 +28,4 @@ "promise": "8.0.1"

"devDependencies": {
"jasmine": "3.6.1"
"jasmine": "3.6.3"
}
}

@@ -56,99 +56,103 @@ # amphtml-validator Node.js Package

### 1.0.34
- Updated `colors` dependency version (ampproject/amphtml #31656).
### 1.0.33
- Update repository location.
- Update repository location.
### 1.0.32
- Removal of AMP Actions format as it is deprecated.
- Removal of AMP Actions format as it is deprecated.
### 1.0.31
- Fix Node API on Node > 12
- Fix Node API on Node > 12
### 1.0.30
- Remove engine section from pacakge.json to allow any version of nodejs.
- Remove engine section from pacakge.json to allow any version of nodejs.
### 1.0.29
- Reintroduce node v8 support. Supports node v8, v10, v12 and v14.
- Reintroduce node v8 support. Supports node v8, v10, v12 and v14.
### 1.0.28
- Reintroduce node v10 support and introduce node v14 support.
- Reintroduce node v10 support and introduce node v14 support.
### 1.0.27
- Removed references to amp.validator.categorizeError.
- Removed references to amp.validator.categorizeError.
### 1.0.26
- Introduce node v12 support and remove node v10 support.
- Introduce node v12 support and remove node v10 support.
### 1.0.25
- Broken release, removed.
- Broken release, removed.
### 1.0.24
- Introduce node v10 support and remove node 8 support.
- Introduce node v10 support and remove node 8 support.
### 1.0.23
- The amphtml-validator binary now requires the Node.js binary to be called node.
On systems where the Node.js binary is called nodejs, consider installing
the nodejs-legacy Debian package or better yet, NVM.
- The amphtml-validator binary now requires the Node.js binary to be called node.
On systems where the Node.js binary is called nodejs, consider installing
the nodejs-legacy Debian package or better yet, NVM.
### 1.0.22
- --html_format=AMP4EMAIL added.
- --html_format=AMP4EMAIL added.
### 1.0.21
- --html_format=AMP4ADS is no longer experimental.
- --html_format=AMP4ADS is no longer experimental.
### 1.0.20
- Better npm post-install for virtual machines, running debian over windows with SMB shared folder.
- Better npm post-install for virtual machines, running debian over windows with SMB shared folder.
### 1.0.19
- Set correct process exit status for old versions of Node.js (v0.10.25).
- Set correct process exit status for old versions of Node.js (v0.10.25).
### 1.0.18
- Small tweaks to this file and package.json.
- Small tweaks to this file and package.json.
### 1.0.17
- If the amphtml-validator command is already patched up for Windows, leave it
alone instead of failing. Relevant if the package has been installed globally
and now we're performing a local install on top of it.
- If the amphtml-validator command is already patched up for Windows, leave it
alone instead of failing. Relevant if the package has been installed globally
and now we're performing a local install on top of it.
### 1.0.16
- `npm install amphtml-validator` (local install) should now work on Windows,
for `require('amphtml-validator')`.
- `npm install amphtml-validator` (local install) should now work on Windows,
for `require('amphtml-validator')`.
### 1.0.15
- Added support for installing on Windows.
`npm install -g amphtml-validator` should now just work.
- Added support for installing on Windows.
`npm install -g amphtml-validator` should now just work.
### 1.0.13
- Added newInstance method, a simple API that's not async.
- Added newInstance method, a simple API that's not async.
### 1.0.12
- Added support for --user-agent option.
- Added support for --user-agent option.
### 1.0.11
- Added support for AMP4ADS (via --html_format command line flag) and
argument for validateString function in the API.
- Added support for AMP4ADS (via --html_format command line flag) and
argument for validateString function in the API.
### 1.0.10
- Fixed [#4246: amphtml-validator CLI fails on Mac OS X](https://github.com/ampproject/amphtml/issues/4246).
- Fixed [#4246: amphtml-validator CLI fails on Mac OS X](https://github.com/ampproject/amphtml/issues/4246).
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