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

quip-apps-api

Package Overview
Dependencies
Maintainers
2
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 0.2.0-alpha.21 to 0.2.0-alpha.22

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 0.2.0-alpha.22 (2021-07-19)
**Note:** Version bump only for package quip-apps-api
# 0.2.0-alpha.21 (2021-07-12)

@@ -8,0 +16,0 @@

2

dist/record-list.d.ts

@@ -23,3 +23,3 @@ import Record from "./record";

[key: string]: any;
}, index?: number): T;
}, index?: number, isProgrammatic?: boolean): T;
contains(item: T): boolean;

@@ -26,0 +26,0 @@ delete(isProgrammaticUpdate?: boolean): void;

@@ -28,3 +28,3 @@ "use strict";

// properties definition
add(value, index) {
add(value, index, isProgrammatic) {
const RecordConstructor = this.recordConstructor_;

@@ -31,0 +31,0 @@ const item = new RecordConstructor();

@@ -68,3 +68,3 @@ import Client from "./client";

getPosition(): string;
get(key: string): any;
get(key: string, isProgrammatic?: boolean): any;
has(key: string): boolean;

@@ -71,0 +71,0 @@ set(key: string, value: any, isProgrammaticUpdate?: boolean): void;

@@ -80,3 +80,3 @@ "use strict";

}
get(key) {
get(key, isProgrammatic) {
// TODO: this is not exactly accurate for special types

@@ -83,0 +83,0 @@ return this.data_[key];

{
"name": "quip-apps-api",
"version": "0.2.0-alpha.21",
"version": "0.2.0-alpha.22",
"description": "Quip Live Apps API",

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

},
"gitHead": "14647dca73e00f039021c523f81c473a0b482ac3"
"gitHead": "9e88ffe910a2782a8eea8700163bf883c7cd9223"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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