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

notion-client

Package Overview
Dependencies
Maintainers
0
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 7.0.1 to 7.1.0

17

package.json
{
"name": "notion-client",
"version": "7.0.1",
"version": "7.1.0",
"type": "module",

@@ -19,10 +19,5 @@ "description": "Robust TypeScript client for the unofficial Notion API.",

},
"dependencies": {
"ky": "^1.7.2",
"p-map": "^7.0.2",
"notion-utils": "7.0.1",
"notion-types": "7.0.1"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"watch": "tsup --watch --silent --onSuccess 'echo build successful'",

@@ -34,3 +29,9 @@ "clean": "del build",

"test:unit": "vitest run"
},
"dependencies": {
"ky": "^1.7.2",
"notion-types": "workspace:*",
"notion-utils": "workspace:*",
"p-map": "^7.0.2"
}
}
}
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