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

html-structure-linter

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-structure-linter - npm Package Compare versions

Comparing version

to
0.0.4

1

lib/bin.js
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const minimist = require("minimist");

@@ -4,0 +5,0 @@ const index_1 = require("./index");

@@ -10,2 +10,3 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
const glob = require("glob-all");

@@ -12,0 +13,0 @@ const fs_promise_1 = require("fs-promise");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");

@@ -3,0 +4,0 @@ const path = require("path");

30

package.json
{
"name": "html-structure-linter",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository" : {
"type" : "git",
"url" : "https://github.com/namics/html-structure-linter/"
"repository": {
"type": "git",
"url": "https://github.com/namics/html-structure-linter/"
},

@@ -37,17 +37,17 @@ "bin": {

"devDependencies": {
"codelyzer": "^2.0.0",
"jest": "^18.1.0",
"npm-run-all": "^4.0.1",
"ts-jest": "^18.0.3",
"tslint": "^4.4.2",
"typescript": "^2.1.6",
"@types/cheerio": "^0.17.31",
"@types/fs-promise": "^1.0.1",
"@types/jest": "^18.1.1",
"@types/cheerio": "^0.22.2",
"@types/fs-promise": "^1.0.3",
"@types/jest": "^20.0.2",
"@types/minimatch": "^2.0.29",
"@types/minimist": "^1.2.0"
"@types/minimist": "^1.2.0",
"codelyzer": "^3.1.2",
"jest": "^20.0.4",
"npm-run-all": "^4.0.2",
"ts-jest": "^20.0.7",
"tslint": "^5.5.0",
"typescript": "^2.4.1"
},
"dependencies": {
"cheerio": "^0.22.0",
"fs-promise": "^2.0.0",
"fs-promise": "^2.0.3",
"glob-all": "^3.1.0",

@@ -54,0 +54,0 @@ "minimist": "^1.2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet