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

notabase

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notabase - npm Package Compare versions

Comparing version 0.8.6 to 0.9.0

dist/collection.d.ts

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

24

package.json
{
"name": "notabase",
"version": "0.8.6",
"version": "0.9.0",
"description": "API Wrapper For Notion's Database",
"main": "src/notabase.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --detectOpenHandles"
"build": "tsc",
"test": "jest --detectOpenHandles",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayneyao/Natabase.git"
"url": "git+https://github.com/mayneyao/notabase.git"
},
"author": "Mayne",
"license": "MIT",
"keywords": [
"notion"
],
"type": "module",
"bugs": {
"url": "https://github.com/mayneyao/Natabase/issues"
"url": "https://github.com/mayneyao/notabase/issues"
},
"homepage": "https://github.com/mayneyao/Natabase#readme",
"homepage": "https://github.com/mayneyao/notabase#readme",
"dependencies": {
"@types/node": "^13.7.6",
"axios": "^0.19.0",

@@ -27,4 +34,5 @@ "dayjs": "^1.8.15",

"devDependencies": {
"jest": "^24.9.0"
"jest": "^24.9.0",
"typescript": "^3.8.2"
}
}
}

@@ -0,0 +0,0 @@ # Notabase (WIP)

@@ -0,0 +0,0 @@ const token_v2 = undefined

@@ -0,0 +0,0 @@ const Notabase = require('../src/notabase')

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