notionbox-parser
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
354810
22
2379
2