Comparing version 0.0.10 to 0.0.11
14
index.js
//meh, shit's ugly. | ||
function combineArrays(c1,c2,target,property) | ||
@@ -240,6 +239,13 @@ { | ||
{ | ||
if(target) target.end(data); | ||
if(target) | ||
if(target.end) | ||
{ | ||
target.end(data); | ||
} | ||
else | ||
if(typeof target == 'function') | ||
{ | ||
target(data); | ||
} | ||
return data; | ||
@@ -246,0 +252,0 @@ }, |
{ | ||
"name": "vine", | ||
"description": "API builder", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"author": "Craig Condon", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/spiceapps/vine.git" | ||
"url": "http://github.com/crcn/vine.git" | ||
}, | ||
"main": "./index.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7886
8
201
0