Socket
Socket
Sign inDemoInstall

@nextgis/utils

Package Overview
Dependencies
Maintainers
0
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/utils - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.3

1

lib/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { EventEmitter } from 'events';

@@ -3,0 +2,0 @@ import { Polygon, Feature, Position as Position$1, GeoJSON, Geometry } from 'geojson';

2

lib/utils.cjs.js

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/utils; version: 3.0.0-alpha.1; author: NextGIS */
/** Bundle of @nextgis/utils; version: 3.0.0-alpha.3; author: NextGIS */
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/utils; version: 3.0.0-alpha.1; author: NextGIS */
/** Bundle of @nextgis/utils; version: 3.0.0-alpha.3; author: NextGIS */
const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined";

@@ -3,0 +3,0 @@ const type = isBrowser ? "browser" : "node";

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/utils; version: 3.0.0-alpha.1; author: NextGIS */
/** Bundle of @nextgis/utils; version: 3.0.0-alpha.3; author: NextGIS */
const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined";

@@ -3,0 +3,0 @@ const type = isBrowser ? "browser" : "node";

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/utils; version: 3.0.0-alpha.1; author: NextGIS */
/** Bundle of @nextgis/utils; version: 3.0.0-alpha.3; author: NextGIS */
var Utils = (function (exports) {

@@ -3,0 +3,0 @@ 'use strict';

{
"name": "@nextgis/utils",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.3",
"description": "Common development tools",

@@ -12,3 +12,3 @@ "main": "index.js",

"devDependencies": {
"@nextgis/build-tools": "^3.0.0-alpha.1",
"@nextgis/build-tools": "^3.0.0-alpha.3",
"@types/geojson": "^7946.0.14"

@@ -50,3 +50,3 @@ },

},
"gitHead": "407035f12a90263cea5a2a93a06512e0b5680a76"
"gitHead": "af943338b5388b8f29d45a68fc9a2857bf68139f"
}
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