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.4.0 to 1.0.0

2

build/get-text-content.d.ts

@@ -7,5 +7,3 @@ import * as types from 'notion-types';

* rich text formatting.
*
* @param text
*/
export declare const getTextContent: (text?: types.Decoration[] | undefined) => string;

@@ -9,4 +9,2 @@ "use strict";

* rich text formatting.
*
* @param text
*/

@@ -13,0 +11,0 @@ exports.getTextContent = (text) => {

6

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

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

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

@@ -24,3 +24,3 @@ "devDependencies": {

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

@@ -8,4 +8,2 @@ import * as types from 'notion-types'

* rich text formatting.
*
* @param text
*/

@@ -12,0 +10,0 @@ export const getTextContent = (text?: types.Decoration[]): string => {

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