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.2 to 1.3.3

2

dist/OneMap.js

@@ -19,3 +19,3 @@ "use strict";

}
OneMap.BASE_URL = 'https://developers.onemap.sg';
exports.OneMap = OneMap;
OneMap.BASE_URL = 'https://developers.onemap.sg';
{
"name": "onemapsg",
"version": "1.3.2",
"version": "1.3.3",
"author": "Chang Zhe Jiet",

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

"test": "jest",
"build": "del-cli --force dist && tsc",
"build": "rm -rf dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "del-cli --force dist",
"postpublish": "rm -rf dist",
"postversion": "git push"

@@ -37,14 +37,13 @@ },

"devDependencies": {
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"del-cli": "^4.0.1",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-security": "^1.6.0",
"jest": "^29.3.1",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-security": "^1.7.1",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
}
}
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