Socket
Socket
Sign inDemoInstall

@front-finance/link

Package Overview
Dependencies
0
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

cjs/FrontConnection.d.ts

22

package.json
{
"name": "@front-finance/link",
"version": "1.1.4",
"version": "1.1.5",
"description": "Front Finance accounts connection client lib",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"type": "module",
"license": "MIT",

@@ -27,13 +23,2 @@ "repository": "https://github.com/FrontFin/front-b2b-link.git",

"dependencies": {},
"scripts": {
"build": "rimraf dist && yarn build:esm && yarn build:cjs && yarn copy",
"build:esm": "tsc --outDir dist",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"typecheck": "tsc --noEmit",
"lint": "eslint **/*.ts",
"copy": "node ./tools/copy",
"publish:npm": "yarn build && cd dist && yarn publish --access public",
"test": "jest",
"test:cov": "jest --ci --coverage"
},
"jest": {

@@ -53,3 +38,6 @@ "preset": "ts-jest",

}
}
},
"main": "cjs/index.js",
"module": "index.js",
"types": "index.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc