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

html-tests

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-tests - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

12

package.json
{
"name": "html-tests",
"version": "1.0.2",
"version": "2.0.0",
"scripts": {

@@ -9,3 +9,3 @@ "test": "mocha"

"type": "git",
"url": "https://github.com/urfu-2015/html-test-suite"
"url": "https://github.com/urfu-2018/html-tests"
},

@@ -15,9 +15,9 @@ "author": "Anton Grischenko <f0rmateg@yandex.ru>",

"bugs": {
"url": "https://github.com/urfu-2015/html-test-suite/issues"
"url": "https://github.com/urfu-2018/html-tests/issues"
},
"homepage": "https://github.com/urfu-2015/html-test-suite",
"homepage": "https://github.com/urfu-2018/html-tests",
"dependencies": {
"mocha": "3.1.0",
"should": "^11.1.0"
"mocha": "^5.0.0",
"should": "^13.0.0"
}
}

@@ -1,3 +0,3 @@

# Тесты для HTML кода
[![Build Status](https://travis-ci.org/urfu-2015/html-test-suite.svg)](https://travis-ci.org/urfu-2015/html-test-suite)
# Общие тесты для HTML кода
[![Build Status](https://travis-ci.org/urfu-2015/html-test-suite.svg)](https://travis-ci.org/urfu-2018/html-tests)

@@ -9,3 +9,3 @@ ## Использование

## Проверки
* Наличие 2х и более html-файла в корне проекта;
* Наличие 2х и более html-файлов в корне проекта;
* Лишние пробелы:

@@ -15,4 +15,4 @@ * после открывающих тегов;

* Перед и после `=`;
* Две пустыне строки подряд;
* Две пустые строки подряд;
* Блочные теги внутри строчных;
* Блочные теги внутри `<p>`;
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