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

adana-format-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adana-format-html - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/lines.js

10

dist/analyze-files.js

@@ -18,7 +18,13 @@ 'use strict';

var _lines = require('./lines');
var _lines2 = _interopRequireDefault(_lines);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var requiredTags = ['statement', 'branch', 'line', 'function']; /* eslint-disable no-sync */
/* eslint-disable no-sync */
var requiredTags = ['statement', 'branch', 'line', 'function'];
var separator = /\\|\//;

@@ -42,3 +48,3 @@ function normalizePath(pathString) {

contents: _fs2.default.readFileSync(fileCoverage.path, 'utf8'),
lines: (0, _adanaAnalyze.lines)(fileCoverage.locations),
lines: (0, _lines2.default)(fileCoverage.locations),
metrics: computeMetrics(fileCoverage.locations)

@@ -45,0 +51,0 @@ };

2

gulp/middleware/apply-transform.js

@@ -12,3 +12,3 @@ /* eslint-env node */

export default function createMiddleware() {
const adanaFormatHtml = require('../../lib').default;
const adanaFormatHtml = require('../../dist').default;

@@ -15,0 +15,0 @@ return function applyTransformMiddleware(req, res, next) {

{
"name": "adana-format-html",
"version": "0.0.1",
"version": "0.0.2",
"description": "Adana format html",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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