Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-notion-contents

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-notion-contents - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

gatsby-node.js

@@ -19,7 +19,7 @@ "use strict";

}, options) => {
var _ref;
var _options$removeStyle;
const notion = new Notion(options === null || options === void 0 ? void 0 : options.token, {
prefix: options === null || options === void 0 ? void 0 : options.prefix,
removeStyle: (_ref = options === null || options === void 0 ? void 0 : options.removeStyle) !== null && _ref !== void 0 ? _ref : false
removeStyle: (_options$removeStyle = options === null || options === void 0 ? void 0 : options.removeStyle) !== null && _options$removeStyle !== void 0 ? _options$removeStyle : false
});

@@ -26,0 +26,0 @@ const hydratedIds = ((options === null || options === void 0 ? void 0 : options.ids) || []).map(formatUid);

{
"name": "gatsby-source-notion-contents",
"version": "1.1.0",
"version": "1.1.1",
"description": "Get gatsby sources from notion",

@@ -28,14 +28,14 @@ "main": "index.js",

"dependencies": {
"@babel/runtime": "^7.7.7",
"get-notion-contents": "^2.3.0"
"@babel/runtime": "^7.10.2",
"get-notion-contents": "^2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"babel-preset-gatsby-package": "^0.2.14",
"gatsby": "^2.18.17",
"husky": "^3.1.0"
"babel-preset-gatsby-package": "^0.4.3",
"gatsby": "^2.23.1",
"husky": "^4.2.5"
}
}
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