Socket
Socket
Sign inDemoInstall

gulp-amphtml-validator

Package Overview
Dependencies
62
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "gulp-amphtml-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gulp plugin for the official AMP HTML validator (www.ampproject.org)",

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

"dependencies": {
"amphtml-validator": "1.0.15",
"amphtml-validator": "1.0.18",
"gulp-util": "^3.0.7",

@@ -26,0 +26,0 @@ "through2": "^2.0.1"

@@ -20,3 +20,3 @@ # Gulp AMPHTML Validator

return gulp.src('*.html')
// Valide the input and attach the validation result to the "amp" property
// Validate the input and attach the validation result to the "amp" property
// of the file object.

@@ -34,4 +34,8 @@ .pipe(gulpAmpValidator.validate())

### 1.0.1
* Set amphtml-validator version to 1.0.18
### 1.0.0
* initial release
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