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

@koopjs/geoservice-utils

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koopjs/geoservice-utils - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/standardize-geometry-filter/helpers.js

2

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./normalize-geometry-filter"), exports);
__exportStar(require("./standardize-geometry-filter"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@koopjs/geoservice-utils",
"version": "1.0.0",
"version": "2.0.0",
"description": "A set of utilities for working with Geoservice requests and parameters.",

@@ -10,3 +10,4 @@ "main": "dist/index.js",

"tsc": "tsc",
"lint": "eslint . --ext .ts",
"lint": "eslint src --ext .ts",
"lint:ci": "eslint src --ext .ts --rule linebreak-style:0 ",
"test": "jest",

@@ -21,5 +22,6 @@ "test:cov": "jest --coverage",

"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-prettier": "^5.0.0",

@@ -70,3 +72,4 @@ "gh-release": "^7.0.2",

"dist"
]
],
"repository": "https://github.com/koopjs/-utils"
}

@@ -5,2 +5,2 @@ # GeoService Utilities

### 1. [normalizeGeometryFilter](src/normalize-geometry-filter)
### 1. [standardizeGeometryFilter](src/standardize-geometry-filter)

Sorry, the diff of this file is not supported yet

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