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 5.2.0 to 5.3.0

14

dist/commonjs/main.js

@@ -569,5 +569,15 @@ 'use strict';

var mainIdentifier = param.mainIdentifier;
var globalObject = (typeof window === "undefined" ? "undefined" : _typeof(window)) === "object" ? window : global;
var materials = {};
var materials = {}; // eslint-disable-next-line no-extend-native
Object.defineProperty(Object.prototype, "__global__", {
// eslint-disable-next-line object-shorthand
get: function get() {
return this;
},
configurable: true
}); // eslint-disable-next-line no-undef
var globalObject = __global__;
delete Object.prototype.__global__;
function setupMaterial(recipe) {

@@ -574,0 +584,0 @@ if (recipe.type === "primitive") return setupPrimitiveMaterial(recipe);

@@ -569,5 +569,15 @@ var __dmail_uneval__ = function (exports) {

var mainIdentifier = param.mainIdentifier;
var globalObject = (typeof window === "undefined" ? "undefined" : _typeof(window)) === "object" ? window : global;
var materials = {};
var materials = {}; // eslint-disable-next-line no-extend-native
Object.defineProperty(Object.prototype, "__global__", {
// eslint-disable-next-line object-shorthand
get: function get() {
return this;
},
configurable: true
}); // eslint-disable-next-line no-undef
var globalObject = __global__;
delete Object.prototype.__global__;
function setupMaterial(recipe) {

@@ -574,0 +584,0 @@ if (recipe.type === "primitive") return setupPrimitiveMaterial(recipe);

2

package.json
{
"name": "@dmail/uneval",
"version": "5.2.0",
"version": "5.3.0",
"license": "MIT",

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

export function recompose(param) {
var recipeArray = param.recipeArray
var mainIdentifier = param.mainIdentifier
var globalObject = typeof window === "object" ? window : global
var materials = {}
// eslint-disable-next-line no-extend-native
Object.defineProperty(Object.prototype, "__global__", {
// eslint-disable-next-line object-shorthand
get: function() {
return this
},
configurable: true,
})
// eslint-disable-next-line no-undef
var globalObject = __global__
delete Object.prototype.__global__
function setupMaterial(recipe) {

@@ -8,0 +19,0 @@ if (recipe.type === "primitive") return setupPrimitiveMaterial(recipe)

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