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 4.7.9 to 4.7.10

8

build/cjs/collection-view.d.ts

@@ -78,2 +78,10 @@ import { ID, PropertyID, PropertyType } from './core';

}>;
board_columns: Array<{
property: PropertyID;
hidden: boolean;
value: {
type: PropertyType;
value: string;
};
}>;
};

@@ -80,0 +88,0 @@ }

@@ -78,2 +78,10 @@ import { ID, PropertyID, PropertyType } from './core';

}>;
board_columns: Array<{
property: PropertyID;
hidden: boolean;
value: {
type: PropertyType;
value: string;
};
}>;
};

@@ -80,0 +88,0 @@ }

4

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

@@ -15,3 +15,3 @@ "repository": "NotionX/react-notion-x",

},
"gitHead": "305c2d788a8bf7aa4adc23674d24d4f2e19bdb57"
"gitHead": "40c2ff364a5697c328f0c4ec11a955a55ced3fba"
}

@@ -106,2 +106,13 @@ import { ID, PropertyID, PropertyType } from './core'

}>
board_columns: Array<{
property: PropertyID
hidden: boolean
value: {
type: PropertyType
value: string
// TODO: needs testing for more cases
}
}>
}

@@ -108,0 +119,0 @@ }

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