New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

notion-client

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-client - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

1

build/cjs/notion-api.js

@@ -343,3 +343,2 @@ "use strict";

url = this._apiBaseUrl + "/" + endpoint;
console.log('notion fetch', url);
return [2 /*return*/, node_fetch_1["default"](url, {

@@ -346,0 +345,0 @@ method: 'post',

@@ -338,3 +338,2 @@ var __assign = (this && this.__assign) || function () {

url = this._apiBaseUrl + "/" + endpoint;
console.log('notion fetch', url);
return [2 /*return*/, fetch(url, {

@@ -341,0 +340,0 @@ method: 'post',

4

package.json
{
"name": "notion-client",
"version": "2.3.1",
"version": "2.3.2",
"description": "Robust TypeScript client for the unofficial Notion API.",

@@ -27,3 +27,3 @@ "repository": "NotionX/notion-kit",

},
"gitHead": "f92bffae1c7dcc2bf2d1bba115ed7d1b2961dda4"
"gitHead": "fb5f8820142b196aa3e4ef96e59cb5151be6890a"
}

@@ -9,2 +9,5 @@ import fetch from 'node-fetch'

/**
* Main Notion API client.
*/
export class NotionAPI {

@@ -11,0 +14,0 @@ private readonly _apiBaseUrl: string

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