Socket
Socket
Sign inDemoInstall

snyk-to-html

Package Overview
Dependencies
10
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.3 to 1.5.4

3

dist/lib/snyk-to-html.js
#!/usr/bin/env node
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -9,0 +10,0 @@ });

@@ -23,7 +23,7 @@ {

"dependencies": {
"handlebars": "^4.1.2",
"handlebars": "^4.5.3",
"marked": "^0.7.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"source-map-support": "^0.5.10"
"source-map-support": "^0.5.13"
},

@@ -35,10 +35,10 @@ "bin": {

"devDependencies": {
"@types/marked": "^0.6.1",
"@types/marked": "^0.6.5",
"@types/minimist": "^1.2.0",
"@types/node": "^4.9.2",
"snyk": "^1.135.1",
"@types/node": "^6.14.7",
"snyk": "^1.235.0",
"tap": "github:snyk/node-tap#alternative-runtimes",
"ts-node": "^7.0.1",
"tslint": "^5.13.0",
"typescript": "^3.3.3333"
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.4"
},

@@ -57,3 +57,3 @@ "repository": {

},
"version": "1.5.3"
"version": "1.5.4"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc