Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onemapsg

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onemapsg - npm Package Compare versions

Comparing version 1.3.3 to 1.4.0

6

dist/services/Service.d.ts

@@ -6,5 +6,5 @@ import { OneMap } from '../OneMap';

protected constructor(onemap: OneMap, serviceName: string);
commonapi(endpoint: string, query?: any): Promise<any>;
privateapi(endpoint: string, query?: any): Promise<any>;
getCommonApiUri(endpoint: string, query?: any): string;
protected commonapi(endpoint: string, query?: any): Promise<any>;
protected privateapi(endpoint: string, query?: any): Promise<any>;
protected getCommonApiUri(endpoint: string, query?: any): string;
}
{
"name": "onemapsg",
"version": "1.3.3",
"version": "1.4.0",
"author": "Chang Zhe Jiet",

@@ -26,2 +26,3 @@ "description": "Helper library for using OneMap APIs.",

"test": "jest",
"build:watch": "tsc -w",
"build": "rm -rf dist && tsc",

@@ -28,0 +29,0 @@ "prepublishOnly": "npm run build",

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