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

@waiting/shared-core

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-core - npm Package Compare versions

Comparing version 20.11.0 to 20.11.1

1

dist/lib/callstack/util.d.ts
/// <reference types="node" resolution-mode="require"/>
import { CallerInfo } from './types.js';
/**
* If processSourceMap true,
* the dep "source-map-support" should be installed

@@ -6,0 +5,0 @@ */

7

dist/lib/callstack/util.js
/* eslint-disable @typescript-eslint/no-unsafe-call */
// import { findSourceMap, SourceMap } from 'module'
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
// import { install } from 'source-map-support'
import assert from 'node:assert/strict';
import { install } from 'source-map-support';
const initInfo = {

@@ -20,3 +20,2 @@ path: '',

/**
* If processSourceMap true,
* the dep "source-map-support" should be installed

@@ -118,5 +117,3 @@ */

// MUST installing inner getStack()
// if (processSourceMap) {
// install()
// }
install();
/* istanbul ignore else */

@@ -123,0 +120,0 @@ if (!Error.prepareStackTrace) {

{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "20.11.0",
"version": "20.11.1",
"description": "node core function re export with Promise or Observable",

@@ -34,9 +34,11 @@ "keywords": [

"rxjs": "^7.5.0",
"source-map-support": "^0.5.21",
"undici": "^5.6.0"
},
"devDependencies": {
"@types/source-map-support": "^0.5.6",
"cross-env": "7"
},
"peerDependencies": {
"typescript": ">=4.7.4"
"typescript": ">=4.9.0"
},

@@ -71,3 +73,3 @@ "engines": {

},
"gitHead": "7e3935f022f718dc30e531c77ce29e57a3f48a68"
"gitHead": "f439646f318a37e924d8b9442d59bcb468bfcf02"
}

@@ -5,5 +5,6 @@ /* eslint-disable @typescript-eslint/no-unsafe-call */

/* eslint-disable @typescript-eslint/no-unsafe-assignment */
// import { install } from 'source-map-support'
import assert from 'node:assert/strict'
import { install } from 'source-map-support'
import { CallerInfo } from './types.js'

@@ -28,3 +29,2 @@

/**
* If processSourceMap true,
* the dep "source-map-support" should be installed

@@ -142,5 +142,3 @@ */

// MUST installing inner getStack()
// if (processSourceMap) {
// install()
// }
install()

@@ -147,0 +145,0 @@ /* istanbul ignore else */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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