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 1.1.0 to 1.2.0

build/api.d.ts

9

build/index.d.ts

@@ -1,1 +0,8 @@

export * from './notion-types';
export * from './core';
export * from './block';
export * from './formula';
export * from './user';
export * from './collection';
export * from './collection-view';
export * from './maps';
export * from './api';

11

build/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./notion-types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "notion-types",
"version": "1.1.0",
"version": "1.2.0",
"description": "TypeScript types for core Notion data structures.",

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

},
"gitHead": "623ac78b75931c663bf750c716c302b09405b8d6"
"gitHead": "da2f6798dfc72993adbb2610a5cd5acc62065280"
}

@@ -1,1 +0,8 @@

export * from './notion-types'
export * from './core'
export * from './block'
export * from './formula'
export * from './user'
export * from './collection'
export * from './collection-view'
export * from './maps'
export * from './api'

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