Socket
Socket
Sign inDemoInstall

@opengovsg/myinfo-gov-client

Package Overview
Dependencies
82
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

.github/workflows/ci.yml

8

.eslintrc.json
{
"extends": [
"@opengovsg/eslint-config-opengovsg"
"@opengovsg/eslint-config-opengovsg",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": [
"mocha"
"mocha",
"@typescript-eslint"
],

@@ -19,2 +22,1 @@ "overrides": [{

}
{
"name": "@opengovsg/myinfo-gov-client",
"version": "2.0.0",
"version": "2.1.0",
"description": "A lightweight client to easily call the MyInfo TUO endpoint for the Singapore government. Compatible with NodeJS version >=6.",
"main": "index.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "npx nyc --reporter=text mocha --recursive",
"lint": "eslint --ext .js --ignore-path .gitignore --fix ."
"test": "npm run build && npx nyc --reporter=text mocha --recursive",
"lint": "eslint --ext .ts --ignore-pattern '*.d.ts' --ignore-path .gitignore --fix .",
"build": "tsc"
},

@@ -25,5 +27,7 @@ "repository": {

"dependencies": {
"axios": "^0.21.0",
"jose": "^0.3.2",
"node-jose": "^2.0.0",
"path": "^0.12.7",
"qs": "^6.9.4",
"request": "^2.88.0"

@@ -33,4 +37,10 @@ },

"@opengovsg/eslint-config-opengovsg": "^1.0.5",
"@types/node": "^14.11.10",
"@types/node-jose": "^1.1.5",
"@types/qs": "^6.9.5",
"@types/request": "^2.48.5",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"chai": "^4.2.0",
"eslint": "^5.9.0",
"eslint": "^7.11.0",
"eslint-config-standard": "^12.0.0",

@@ -44,4 +54,5 @@ "eslint-plugin-import": "^2.14.0",

"nyc": "^15.1.0",
"proxyquire": "^2.1.0"
"proxyquire": "^2.1.0",
"typescript": "^4.0.3"
}
}
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