New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dmail/uneval

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dmail/uneval - npm Package Compare versions

Comparing version 4.6.0 to 4.7.0

2

dist/browser/main.js

@@ -177,3 +177,3 @@ System.register([], function (e, n) {

o = Object.getOwnPropertyNames(n).filter(function (e) {
return "message" !== e && "stack" !== e;
return "message" !== e;
}).map(function (e) {

@@ -180,0 +180,0 @@ var t = Object.getOwnPropertyDescriptor(n, e);

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

const ownPropertyNames = Object.getOwnPropertyNames(error).filter(name => {
return name !== "message" && name !== "stack";
return name !== "message";
});

@@ -459,0 +459,0 @@ const definePropertiesSource = ownPropertyNames.map(name => {

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

var ownPropertyNames = Object.getOwnPropertyNames(error).filter(function (name) {
return name !== "message" && name !== "stack";
return name !== "message";
});

@@ -500,0 +500,0 @@ var definePropertiesSource = ownPropertyNames.map(function (name) {

{
"name": "@dmail/uneval",
"version": "4.6.0",
"version": "4.7.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

@@ -18,3 +18,3 @@ import { unevalConstructor } from "../unevalConstructor.js"

const ownPropertyNames = Object.getOwnPropertyNames(error).filter((name) => {
return name !== "message" && name !== "stack"
return name !== "message"
})

@@ -21,0 +21,0 @@

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