quip-apps-api
Advanced tools
Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.20
@@ -5,3 +5,3 @@ import Auth_ from "./auth"; | ||
import CanvasRecord_ from "./canvas-record"; | ||
import Record_ from "./record"; | ||
import Client_, * as clientExports from "./client"; | ||
import ClientError_ from "./client-error"; | ||
@@ -12,12 +12,11 @@ import ImageRecord_ from "./image-record"; | ||
import Preferences_ from "./preferences"; | ||
import Record_ from "./record"; | ||
import RecordIndex_ from "./record-index"; | ||
import RootRecord_ from "./root-record"; | ||
import RecordList_ from "./record-list"; | ||
import Client_ from "./client"; | ||
import * as clientExports from "./client"; | ||
import registerMigration from "./register-migration"; | ||
import RichTextRecord_ from "./rich-text-record"; | ||
import RootRecord_ from "./root-record"; | ||
import * as ui from "./ui"; | ||
import UrlAuth_ from "./url-auth"; | ||
import User_ from "./user"; | ||
import * as ui from "./ui"; | ||
import applySnapshot from "./test-utils/apply-snapshot"; | ||
declare const quip: { | ||
@@ -47,2 +46,3 @@ apps: Client_ & typeof clientExports & { | ||
ui: typeof ui; | ||
registerMigration: typeof registerMigration; | ||
}; | ||
@@ -72,8 +72,6 @@ elements: Client_ & typeof clientExports & { | ||
ui: typeof ui; | ||
registerMigration: typeof registerMigration; | ||
}; | ||
testUtils: { | ||
applySnapshot: typeof applySnapshot; | ||
}; | ||
}; | ||
export = quip; | ||
//# sourceMappingURL=quip.d.ts.map |
@@ -17,3 +17,3 @@ "use strict"; | ||
const canvas_record_1 = __importDefault(require("./canvas-record")); | ||
const record_1 = __importDefault(require("./record")); | ||
const client_1 = __importStar(require("./client")), clientExports = client_1; | ||
const client_error_1 = __importDefault(require("./client-error")); | ||
@@ -24,12 +24,11 @@ const image_record_1 = __importDefault(require("./image-record")); | ||
const preferences_1 = __importDefault(require("./preferences")); | ||
const record_1 = __importDefault(require("./record")); | ||
const record_index_1 = __importDefault(require("./record-index")); | ||
const root_record_1 = __importDefault(require("./root-record")); | ||
const record_list_1 = __importDefault(require("./record-list")); | ||
const client_1 = __importDefault(require("./client")); | ||
const clientExports = __importStar(require("./client")); | ||
const register_migration_1 = __importDefault(require("./register-migration")); | ||
const rich_text_record_1 = __importDefault(require("./rich-text-record")); | ||
const root_record_1 = __importDefault(require("./root-record")); | ||
const ui = __importStar(require("./ui")); | ||
const url_auth_1 = __importDefault(require("./url-auth")); | ||
const user_1 = __importDefault(require("./user")); | ||
const ui = __importStar(require("./ui")); | ||
const apply_snapshot_1 = __importDefault(require("./test-utils/apply-snapshot")); | ||
const client = new client_1.default("", "", ""); | ||
@@ -59,2 +58,3 @@ const api = Object.assign(client, clientExports, { | ||
ui, | ||
registerMigration: register_migration_1.default, | ||
}); | ||
@@ -64,7 +64,4 @@ const quip = { | ||
elements: api, | ||
testUtils: { | ||
applySnapshot: apply_snapshot_1.default, | ||
}, | ||
}; | ||
module.exports = quip; | ||
//# sourceMappingURL=quip.js.map |
@@ -36,2 +36,5 @@ // Copyright Quip 2019 | ||
import RecordList_ from "./dist/record-list"; | ||
import registerMigration, { | ||
MigrationFn as MigrationFn_, | ||
} from "./dist/register-migration"; | ||
import RichTextRecord_ from "./dist/rich-text-record"; | ||
@@ -62,2 +65,3 @@ import RootRecord_ from "./dist/root-record"; | ||
ui: typeof ui; | ||
registerMigration: typeof registerMigration; | ||
}; | ||
@@ -107,2 +111,3 @@ | ||
export type RecordType = RecordType_; | ||
export type MigrationFn = MigrationFn_; | ||
} |
{ | ||
"name": "quip-apps-api", | ||
"version": "1.0.0-alpha.17", | ||
"version": "1.0.0-alpha.20", | ||
"description": "Quip Live Apps API", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "af95d4c19537a5dd31315f9d3bf5e58189225ba9" | ||
"gitHead": "334147a75202473caedc5de010446cce4bb9f141" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151461
97
2442
1