Socket
Socket
Sign inDemoInstall

@opengovsg/myinfo-gov-client

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opengovsg/myinfo-gov-client - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

8

build/types/childrenbirthrecords.d.ts

@@ -1,2 +0,6 @@

import { MyInfoField, StringValue, CodeAndDesc, MyInfoAttribute } from './base';
import { MyInfoField, StringValue, CodeAndDesc, MyInfoAttribute, BooleanValue } from './base';
declare type VaccinationRequirements = {
requirement: CodeAndDesc;
fulfilled: BooleanValue;
};
declare type MyInfoChildFull = Partial<{

@@ -16,3 +20,3 @@ birthcertno: StringValue;

tob: StringValue;
vaccinationrequirements: StringValue;
vaccinationrequirements: VaccinationRequirements[];
}>;

@@ -19,0 +23,0 @@ export declare type MyInfoChildBirthRecordBelow21 = MyInfoChildFull;

{
"name": "@opengovsg/myinfo-gov-client",
"version": "4.1.0",
"version": "4.1.1",
"description": "A lightweight client to easily call the MyInfo Person v3.2 endpoint for the Singapore government. Tested with NodeJS version >=12.",

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

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