Socket
Socket
Sign inDemoInstall

@terraformer/arcgis

Package Overview
Dependencies
1
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

7

dist/t-arcgis.esm.js
/* @preserve
* @terraformer/arcgis - v2.1.0 - MIT
* @terraformer/arcgis - v2.1.1 - MIT
* Copyright (c) 2012-2022 Environmental Systems Research Institute, Inc.
* Tue May 31 2022 16:59:20 GMT-0700 (Pacific Daylight Time)
* Tue Aug 02 2022 14:23:48 GMT-0700 (Pacific Daylight Time)
*/

@@ -445,5 +445,2 @@ /* Copyright (c) 2012-2019 Environmental Systems Research Institute, Inc.

/* Copyright (c) 2012-2019 Environmental Systems Research Institute, Inc.
* Apache-2.0 */
export { arcgisToGeoJSON, geojsonToArcGIS };
/* @preserve
* @terraformer/arcgis - v2.1.0 - MIT
* @terraformer/arcgis - v2.1.1 - MIT
* Copyright (c) 2012-2022 Environmental Systems Research Institute, Inc.
* Tue May 31 2022 16:59:18 GMT-0700 (Pacific Daylight Time)
* Tue Aug 02 2022 14:23:46 GMT-0700 (Pacific Daylight Time)
*/

@@ -9,4 +9,4 @@ (function (global, factory) {

typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.Terraformer = global.Terraformer || {}));
}(this, function (exports) { 'use strict';
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Terraformer = global.Terraformer || {}));
})(this, (function (exports) { 'use strict';

@@ -452,5 +452,2 @@ /* Copyright (c) 2012-2019 Environmental Systems Research Institute, Inc.

/* Copyright (c) 2012-2019 Environmental Systems Research Institute, Inc.
* Apache-2.0 */
exports.arcgisToGeoJSON = arcgisToGeoJSON;

@@ -457,0 +454,0 @@ exports.geojsonToArcGIS = geojsonToArcGIS;

{
"name": "@terraformer/arcgis",
"description": "Convert ArcGIS JSON geometries to GeoJSON geometries and vica-versa.",
"version": "2.1.1",
"version": "2.1.2",
"author": "Patrick Arlt <patrick.arlt@gmail.com>",

@@ -13,3 +13,3 @@ "bugs": {

"dependencies": {
"@terraformer/common": "^2.0.7"
"@terraformer/common": "^2.1.2"
},

@@ -43,3 +43,3 @@ "files": [

},
"gitHead": "69dd81e25bdfda536b697660e4df054b1e8ba663"
"gitHead": "762903ff979102e9540732641425d0ee290efccd"
}

@@ -9,4 +9,4 @@ # @terraformer/arcgis

[npm-url]: https://www.npmjs.com/package/@terraformer/arcgis
[travis-image]: https://img.shields.io/travis/terraformer-js/terraformer/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/terraformer-js/terraformer
[travis-image]: https://app.travis-ci.com/terraformer-js/terraformer.svg?branch=main
[travis-url]: https://app.travis-ci.com/terraformer-js/terraformer
[standard-image]: https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square

@@ -13,0 +13,0 @@ [standard-url]: http://npm.im/semistandard

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc