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

notionbox-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notionbox-parser - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/examples/parseAndSendToNotion.d.ts

11

package.json
{
"name": "notionbox-parser",
"version": "0.1.1",
"version": "0.1.2",
"description": "notionbox-parser",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/baptisteArno/notionbox-parser",

@@ -16,5 +15,3 @@ "license": "MIT",

"start": "run-s build && node build/main/examples/parseAndSendToNotion",
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"build": "tsc -p tsconfig.json",
"fix": "run-s fix:*",

@@ -21,0 +18,0 @@ "fix:prettier": "prettier \"src/**/*.ts\" --write",

@@ -5,3 +5,3 @@ {

"target": "es2017",
"outDir": "build/main",
"outDir": "dist",
"rootDir": "src",

@@ -8,0 +8,0 @@ "moduleResolution": "node",

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