New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vt-pbf

Package Overview
Dependencies
Maintainers
36
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vt-pbf - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

.idea/inspectionProfiles/Project_Default.xml

4

lib/geojson_wrapper.js
'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 })

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