Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inspecjs

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inspecjs - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

2

dist/generated_parsers/v_1_0/exec-json.d.ts

@@ -115,3 +115,3 @@ export interface ExecJSON {

run?: boolean | null;
skipped_due_to_waiver?: null | string;
skipped_due_to_waiver?: boolean | null | string;
}

@@ -118,0 +118,0 @@ export interface Dependency {

@@ -232,3 +232,3 @@ "use strict";

{ json: "run", js: "run", typ: u(undefined, u(true, null)) },
{ json: "skipped_due_to_waiver", js: "skipped_due_to_waiver", typ: u(undefined, u(null, "")) },
{ json: "skipped_due_to_waiver", js: "skipped_due_to_waiver", typ: u(undefined, u(true, null, "")) },
], "any"),

@@ -235,0 +235,0 @@ "Dependency": o([

{
"name": "inspecjs",
"version": "0.12.1",
"version": "0.12.2",
"description": "© 2018 The MITRE Corporation.",

@@ -16,9 +16,9 @@ "files": [

"@typescript-eslint/parser": "^2.16.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"chai": "^4.2.0",
"jest": "^24.9.0",
"lite-server": "^2.5.4",
"prettier": "^1.19.1",
"quicktype": "^15.0.201",

@@ -25,0 +25,0 @@ "ts-jest": "^24.0.2",

Sorry, the diff of this file is not supported yet

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