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

notion-utils

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-utils - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

build/get-page-table-of-contents.d.ts

3

build/index.d.ts

@@ -0,2 +1,5 @@

export * from './get-text-content';
export * from './get-page-table-of-contents';
export * from './parse-page-id';
export * from './id-to-uuid';
export * from './uuid-to-id';

@@ -13,4 +13,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./get-text-content"), exports);
__exportStar(require("./get-page-table-of-contents"), exports);
__exportStar(require("./parse-page-id"), exports);
__exportStar(require("./id-to-uuid"), exports);
__exportStar(require("./uuid-to-id"), exports);
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "notion-utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "Useful utilities for working with Notion data. Isomorphic.",

@@ -16,2 +16,5 @@ "repository": "saasify-sh/notion",

},
"dependencies": {
"notion-types": "^0.4.0"
},
"devDependencies": {

@@ -21,3 +24,3 @@ "ava": "^3.11.1",

},
"gitHead": "3e4e367405e7347c3d5c88a7ed3d0e6d8825ed06"
"gitHead": "76f2886c3a82acae47ac440ea859328fc5821e1e"
}

@@ -0,2 +1,5 @@

export * from './get-text-content'
export * from './get-page-table-of-contents'
export * from './parse-page-id'
export * from './id-to-uuid'
export * from './uuid-to-id'

@@ -9,3 +9,4 @@ {

},
"include": ["src"]
"include": ["src"],
"references": [{ "path": "../notion-types" }]
}

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