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

notion-types

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-types - npm Package Compare versions

Comparing version 6.0.0 to 6.0.2

build/.tsbuildinfo

7

package.json
{
"name": "notion-types",
"version": "6.0.0",
"version": "6.0.2",
"type": "module",

@@ -9,4 +9,3 @@ "description": "TypeScript types for core Notion data structures.",

"license": "MIT",
"module": "./build/esm/index.js",
"typings": "./build/esm/index.d.ts",
"typings": "./build/index.d.ts",
"sideEffects": false,

@@ -16,3 +15,3 @@ "engines": {

},
"gitHead": "2be75d4aa3848f7d84abd88eccd3314b44f7e68a"
"gitHead": "366458e14e02e7b8b5b7e6667105e04e3c28f46e"
}

@@ -6,5 +6,7 @@ {

"rootDir": "src",
"outDir": "build/esm"
"outDir": "build",
"tsBuildInfoFile": "build/.tsbuildinfo",
"emitDeclarationOnly": true
},
"include": ["src"]
}
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