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

util-ex

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

util-ex - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14

10

lib/defineProperty.js

@@ -8,2 +8,12 @@ (function() {

if (!defineProperty) {
defineProperty = function(obj, key, descriptor) {
var value;
if (descriptor) {
value = descriptor.value;
}
obj[key] = value;
};
}
module.exports = function(object, key, value, aOptions) {

@@ -10,0 +20,0 @@ var descriptor, isAccessor, writable;

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/snowyu/util-ex.js",
"version": "0.3.13",
"version": "0.3.14",
"author": {

@@ -8,0 +8,0 @@ "name": "Riceball LEE",

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