Socket
Socket
Sign inDemoInstall

geo-point

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geo-point - npm Package Compare versions

Comparing version 1.2.2 to 2.0.0

build/geo-point.d.ts

22

package.json
{
"name": "geo-point",
"version": "1.2.2",
"version": "2.0.0",
"description": "geo point",
"main": "index.js",
"main": "build",
"types": "build",
"scripts": {
"test": "nyc mocha test/*.spec.js"
"test": "nyc mocha -r ts-node/register src/*.spec.ts",
"build": "tsc"
},

@@ -29,9 +31,13 @@ "repository": {

"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"nyc": "^15.0.1"
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"nyc": {
"extension": [
".js"
".ts"
],

@@ -45,3 +51,3 @@ "reporter": [

"coverage",
"test/**/*.spec.ts"
"src/*.spec.ts"
],

@@ -48,0 +54,0 @@ "all": true

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