Socket
Socket
Sign inDemoInstall

stack-utils

Package Overview
Dependencies
1
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

11

index.js

@@ -15,3 +15,3 @@ 'use strict';

'bootstrap_node',
'node',
'node'
).map(n => new RegExp(`(?:\\((?:node:)?${n}(?:\\.js)?:\\d+:\\d+\\)$|^\\s*at (?:node:)?${n}(?:\\.js)?:\\d+:\\d+$)`));

@@ -27,6 +27,5 @@

constructor (opts) {
opts = {
ignoredPackages: [],
...opts
};
opts = Object.assign({}, {
ignoredPackages: []
}, opts);

@@ -51,3 +50,3 @@ if ('internals' in opts === false) {

static nodeInternals () {
return [...natives];
return natives.slice();
}

@@ -54,0 +53,0 @@

{
"name": "stack-utils",
"version": "1.0.3",
"version": "1.0.4",
"publishConfig": {

@@ -5,0 +5,0 @@ "tag": "v1-legacy"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc