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

pkijs

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkijs - npm Package Compare versions

Comparing version 2.1.68 to 2.1.69

2

build/common.js

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

// noinspection JSUnresolvedVariable
if (typeof process !== "undefined" && "pid" in process && typeof global !== "undefined") {
if (typeof process !== "undefined" && "pid" in process && typeof global !== "undefined" && typeof window === "undefined") {
// noinspection ES6ModulesDependencies, JSUnresolvedVariable

@@ -49,0 +49,0 @@ if (typeof global[process.pid] === "undefined") {

@@ -105,3 +105,3 @@ {

"name": "pkijs",
"version": "2.1.68",
"version": "2.1.69",
"license": "MIT",

@@ -108,0 +108,0 @@ "esdoc": {

@@ -17,3 +17,3 @@ import * as asn1js from "asn1js";

// noinspection JSUnresolvedVariable
if((typeof process !== "undefined") && ("pid" in process) && (typeof global !== "undefined"))
if((typeof process !== "undefined") && ("pid" in process) && (typeof global !== "undefined") && (typeof window === "undefined"))
{

@@ -20,0 +20,0 @@ // noinspection ES6ModulesDependencies, JSUnresolvedVariable

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