Comparing version
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": {} | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2018
3.06%