🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@notionhq/client

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notionhq/client - npm Package Compare versions

Comparing version

to
0.1.2

1

build/src/index.d.ts
export { default as Client } from './Client';
export { LogLevel, Logger } from './logging';
export { APIErrorCode, APIResponseError, HTTPResponseError, RequestTimeoutError } from './errors';
//# sourceMappingURL=index.d.ts.map

4

build/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestTimeoutError = exports.HTTPResponseError = exports.APIResponseError = exports.APIErrorCode = exports.Client = void 0;
exports.RequestTimeoutError = exports.HTTPResponseError = exports.APIResponseError = exports.APIErrorCode = exports.LogLevel = exports.Client = void 0;
var Client_1 = require("./Client");
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return Client_1.default; } });
var logging_1 = require("./logging");
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return logging_1.LogLevel; } });
var errors_1 = require("./errors");

@@ -7,0 +9,0 @@ Object.defineProperty(exports, "APIErrorCode", { enumerable: true, get: function () { return errors_1.APIErrorCode; } });

{
"name": "@notionhq/client",
"version": "0.1.1",
"version": "0.1.2",
"description": "A simple and easy to use client for the Notion API",

@@ -5,0 +5,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet