New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wapp-api

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wapp-api - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

1

models/generic-class.js

@@ -213,2 +213,3 @@ const fetch = require('node-fetch');

let responseFired = false;
options.xhr = true;
return this[_requestInstance].send(this, options)

@@ -215,0 +216,0 @@ .then((response) => {

@@ -255,2 +255,3 @@ const fetch = require('node-fetch');

let responseFired = false;
options.xhr = true;
return this[_requestInstance].send(this, options)

@@ -257,0 +258,0 @@ .then((response) => {

2

package.json
{
"name": "wapp-api",
"version": "1.0.15",
"version": "1.0.16",
"description": "Helper functions to speed up wapp development process.",

@@ -5,0 +5,0 @@ "main": "wappsto/index.js",

Sorry, the diff of this file is too big to display

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