You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@flatfile/api

Package Overview
Dependencies
Maintainers
17
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/api - npm Package Compare versions

Comparing version

to
0.0.1

2

package.json
{
"name": "@flatfile/api",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "src/index.js",

{
"extends": "@flatfile/ts-config-flatfile/base.json"
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Base",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"module": "esnext",
"moduleResolution": "node",
"pretty": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"target": "es2020"
},
"exclude": ["node_modules", "dist"]
}