You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

avoscloud-code-mock-sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2-beta to 0.2.2-beta2

6

lib/cloud_code.js

@@ -155,3 +155,3 @@ var AV = require('avoscloud-sdk').AV;

{
pattern: /$text\/plain.*/,
pattern: /^text\/plain.*/,
process: function(res) {

@@ -161,3 +161,3 @@ return res.text;

}, {
pattern: /$application\/json.*/,
pattern: /^application\/json.*/,
process: function(res) {

@@ -167,3 +167,3 @@ return JSON.parse(res.text);

}, {
pattern: /application\/x-www-form-urlencoded/,
pattern: /^application\/x-www-form-urlencoded/,
process: function(res) {

@@ -170,0 +170,0 @@ return qs.parse(res.buffer);

{
"name": "avoscloud-code-mock-sdk",
"version": "0.2.2-beta",
"version": "0.2.2-beta2",
"main": "./lib/cloud_code.js",

@@ -5,0 +5,0 @@ "description": "AVOSCloud Cloud Code Mock SDK.!",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc