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.2.0 to 6.4.0

build/api.d.ts.map

1

build/api.d.ts

@@ -36,1 +36,2 @@ import { RecordMap } from './maps';

}
//# sourceMappingURL=api.d.ts.map

@@ -326,1 +326,2 @@ import { ID, Color, Decoration, Role } from './core';

}
//# sourceMappingURL=block.d.ts.map

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

export declare type CollectionView = TableCollectionView | GalleryCollectionView | ListCollectionView | BoardCollectionView | CalendarCollectionView;
//# sourceMappingURL=collection-view.d.ts.map

@@ -40,1 +40,2 @@ import { ID, Decoration, Color, NumberFormat, PropertyID, PropertyType } from './core';

}
//# sourceMappingURL=collection.d.ts.map

@@ -48,1 +48,2 @@ /** UUID */

export declare type Decoration = BaseDecoration | AdditionalDecoration;
//# sourceMappingURL=core.d.ts.map

@@ -39,1 +39,2 @@ import { PropertyID } from './core';

export declare type Formula = FunctionFormula | OperatorFormula | ConstantFormula | PropertyFormula | SymbolFormula;
//# sourceMappingURL=formula.d.ts.map

@@ -9,1 +9,2 @@ export * from './core';

export * from './api';
//# sourceMappingURL=index.d.ts.map

@@ -60,2 +60,7 @@ import { ID, Decoration, PropertyType, Role } from './core';

}>;
collection_group_results?: {
type: string;
blockIds: ID[];
hasMore: boolean;
};
}

@@ -77,1 +82,2 @@ export interface AggregationResult {

}
//# sourceMappingURL=maps.d.ts.map

@@ -12,1 +12,2 @@ import { ID } from './core';

}
//# sourceMappingURL=user.d.ts.map

4

package.json
{
"name": "notion-types",
"version": "6.2.0",
"version": "6.4.0",
"type": "module",

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

},
"gitHead": "ac0f9e25b0f068a51c1184aa1b6341eb2e553788"
"gitHead": "5466bb2ccc6a3caee423c91a414f7c80b911158e"
}

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