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

@notionhq/client

Package Overview
Dependencies
Maintainers
1
Versions
56
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 0.1.1 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

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