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.5 to 0.0.6

50

vine/index.js

@@ -78,3 +78,7 @@ //meh, shit's ugly.

{
if(type == undefined) return data.type;
data.type = type;
return this;
},

@@ -138,2 +142,48 @@

*/
action: function(action)
{
if(action == undefined) return data.action;
data.action = action;
return this;
},
/**
*/
all: function(data)
{
this.result(data);
return this.action('all');
},
/**
*/
add: function(data)
{
this.result(data);
return this.action('add');
},
/**
*/
remove: function(data)
{
this.result(data);
return this.action('remove');
},
/**
*/
update: function(data)
{
this.result(data);
return this.action('update');
},
/**
*/

@@ -140,0 +190,0 @@ result: function(result)

2

vine/package.json
{
"name": "vine",
"description": "API builder",
"version": "0.0.5",
"version": "0.0.6",
"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