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

append

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

append - npm Package Compare versions

Comparing version

to
0.1.1

6

append.js
module.exports = function(o1, o2) {
for (var prop in o2)
o1[prop] = o2[prop];
return o1;
for (var prop in o2)
o1[prop] = o2[prop];
return o1;
};

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

"description": "append the properties from one object to another",
"version": "0.1.0",
"version": "0.1.1",
"repository": {

@@ -18,3 +18,8 @@ "type": "git",

},
"tags": [ "object", "append" ]
}
"tags": [
"object",
"append"
],
"dependencies": {},
"devDependencies": {}
}