Comparing version 2.1.2 to 2.1.3
'use strict' | ||
var Point = require('point-geometry') | ||
var VectorTileFeature = require('vector-tile').VectorTileFeature | ||
var Point = require('@mapbox/point-geometry') | ||
var VectorTileFeature = require('@mapbox/vector-tile').VectorTileFeature | ||
@@ -6,0 +6,0 @@ module.exports = GeoJSONWrapper |
{ | ||
"name": "vt-pbf", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Serialize mapbox vector tiles to binary protobufs in javascript.", | ||
@@ -13,8 +13,8 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/anandthakker/vt-pbf.git" | ||
"url": "git+https://github.com/mapbox/vt-pbf.git" | ||
}, | ||
"dependencies": { | ||
"pbf": "^1.3.2", | ||
"point-geometry": "0.0.0", | ||
"vector-tile": "^1.1.3" | ||
"@mapbox/point-geometry": "0.1.0", | ||
"@mapbox/vector-tile": "^1.3.0", | ||
"pbf": "^3.0.5" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
@@ -5,3 +5,3 @@ var fs = require('fs') | ||
var geojsonVt = require('geojson-vt') | ||
var VectorTile = require('vector-tile').VectorTile | ||
var VectorTile = require('@mapbox/vector-tile').VectorTile | ||
var GeoJsonEquality = require('geojson-equality') | ||
@@ -8,0 +8,0 @@ var eq = new GeoJsonEquality({ precision: 1 }) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
68161
20
+ Added@mapbox/point-geometry@0.1.0
+ Added@mapbox/vector-tile@^1.3.0
+ Added@mapbox/point-geometry@0.1.0(transitive)
+ Added@mapbox/vector-tile@1.3.1(transitive)
+ Addedpbf@3.3.0(transitive)
- Removedpoint-geometry@0.0.0
- Removedvector-tile@^1.1.3
- Removedpbf@1.3.7(transitive)
- Removedpoint-geometry@0.0.0(transitive)
- Removedvector-tile@1.3.0(transitive)
Updatedpbf@^3.0.5