Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vine

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vine - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

project.sublime-project

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

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