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

@tapjs/processinfo

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/processinfo - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

4

dist/cjs/register-coverage.js

@@ -107,4 +107,4 @@ "use strict";

}
if (s) {
const { payload } = s;
const { payload } = s || { payload: null };
if (payload) {
sourceMapCache[obj.url] = Object.assign(Object.create(null), {

@@ -111,0 +111,0 @@ lineLengths: (0, line_lengths_js_1.getLineLengths)(f),

@@ -103,4 +103,4 @@ // start tracking coverage, unless disabled explicltly

}
if (s) {
const { payload } = s;
const { payload } = s || { payload: null };
if (payload) {
sourceMapCache[obj.url] = Object.assign(Object.create(null), {

@@ -107,0 +107,0 @@ lineLengths: getLineLengths(f),

{
"name": "@tapjs/processinfo",
"version": "2.5.1",
"version": "2.5.2",
"main": "./dist/cjs/index.js",

@@ -5,0 +5,0 @@ "types": "./dist/cjs/index.d.ts",

Sorry, the diff of this file is not supported yet

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