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.8 to 0.0.10

.cupboard

17

index.js

@@ -100,2 +100,16 @@ //meh, shit's ugly.

*/
'success': function()
{
if(!arguments.length) return data.messages;
if(!data.messages) data.messages = [];
data.messages.push({ message: _buildMessage.apply(null, arguments)});
return this;
},
/**
*/

@@ -112,2 +126,3 @@ combine: function(api)

combineArrays(thisData,thatData,newData,'warnings');
combineArrays(thisData,thatData,newData,'messages');
combineArrays(thisData,thatData,newData,'result');

@@ -254,3 +269,3 @@

['error','warning','combine','redirect','message','result','results','ttl','type','method','list','add','remove','update'].forEach(function(method)
['error','warning','combine','redirect','message','result','results','ttl','type','method','list','add','remove','update','success'].forEach(function(method)
{

@@ -257,0 +272,0 @@ exports[method] = function()

2

package.json
{
"name": "vine",
"description": "API builder",
"version": "0.0.8",
"version": "0.0.10",
"author": "Craig Condon",

@@ -6,0 +6,0 @@ "repository": {

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