🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@globalfishingwatch/pbf

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalfishingwatch/pbf - npm Package Compare versions

Comparing version

to
1.0.9

7

CHANGELOG.md
# @globalfishingwatch/pbf
## 1.0.9
### Patch Changes
- Update bundle dependencies
## 1.0.8
### Patch Changes
- Release fishing-map

9

package.json
{
"name": "@globalfishingwatch/pbf",
"version": "1.0.8",
"version": "1.0.9",
"private": false,

@@ -12,7 +12,8 @@ "license": "MIT",

"start": "yarn build",
"build": "run-s clean build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js",
"build": "run-s build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js",
"build:pb:vessels:js": "pbjs ../../node_modules/tracks-cloud-function/src/proto/vessels.proto -t static-module -w commonjs -o decoders/vessels.js",
"build:pb:vessels:ts": "pbts decoders/vessels.js -o decoders/vessels.d.ts",
"build:pb:4wings-tile:js": "pbjs ./proto/4wings-tile.proto -t static-module -w commonjs -o decoders/4wings-tile.js",
"prepare": "yarn build"
"build:clean": "run-s clean build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js",
"prepare": "yarn build:clean"
},

@@ -31,3 +32,3 @@ "dependencies": {

},
"gitHead": "a8d734fa71684d2ebc718cf03de1330ee85c8740"
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87"
}