Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
nodejs8.15384
minimist.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File minimist.patch of Package nodejs8.15384
Index: node-v8.17.0/deps/npm/node_modules/minimist/index.js =================================================================== --- node-v8.17.0.orig/deps/npm/node_modules/minimist/index.js +++ node-v8.17.0/deps/npm/node_modules/minimist/index.js @@ -161,6 +161,7 @@ function setKey (obj, keys, value) { var o = obj; keys.slice(0,-1).forEach(function (key) { if (o[key] === undefined) o[key] = {}; + if (o[key] === {}.__proto__) o[key] = {}; o = o[key]; }); Index: node-v8.17.0/deps/npm/node_modules/rc/node_modules/minimist/index.js =================================================================== --- node-v8.17.0.orig/deps/npm/node_modules/rc/node_modules/minimist/index.js +++ node-v8.17.0/deps/npm/node_modules/rc/node_modules/minimist/index.js @@ -70,6 +70,7 @@ module.exports = function (args, opts) { var o = obj; keys.slice(0,-1).forEach(function (key) { if (o[key] === undefined) o[key] = {}; + if (o[key] === {}.__proto__) o[key] = {}; o = o[key]; });
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor