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

quip-apps-api

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quip-apps-api - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

7

base-oauth.js

@@ -42,6 +42,3 @@ // Copyright 2019 Quip

this.statusText = options.statusText || "OK";
this.headers =
options.headers instanceof HttpHeaders
? options.headers
: new HttpHeaders(options.headers);
this.headers = options.headers;
this.body_ = options.body || "";

@@ -63,5 +60,5 @@ this.ok = this.ok = this.status >= 200 && this.status < 300;

statusText: this.statusText,
headers: this.headers.map_,
headers: this.headers,
});
}
}
{
"name": "quip-apps-api",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Quip Live Apps API",

@@ -31,3 +31,3 @@ "main": "index.js",

},
"gitHead": "9a70ba439d116d751949ef12978d30667f7a5397"
"gitHead": "1633a60816f6da91d4b022751e9f3bfd45ae18c1"
}
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