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
1
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 0.2.2 to 0.2.3

7

build/notion-types.d.ts

@@ -45,3 +45,3 @@ export declare type ID = string;

space_id?: ID;
properties?: object;
properties?: any;
content?: ID[];

@@ -361,1 +361,6 @@ }

}
export interface APIError {
errorId: string;
name: string;
message: string;
}

4

package.json
{
"name": "notion-types",
"version": "0.2.2",
"version": "0.2.3",
"description": "TypeScript types for core Notion data structures.",

@@ -13,3 +13,3 @@ "repository": "saasify-sh/notion",

},
"gitHead": "205358d5fa55454476352cc34a95bcc1a0a93a8f"
"gitHead": "48f5d736ee36c8ff1764741bf9690bfd044fa030"
}

@@ -117,3 +117,3 @@ // Base Types

space_id?: ID
properties?: object
properties?: any
content?: ID[]

@@ -528,1 +528,7 @@ }

}
export interface APIError {
errorId: string
name: string
message: string
}

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