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

@globalfishingwatch/pbf

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.10

# @globalfishingwatch/pbf
## 1.0.10
### Patch Changes
- 0ec2156f: User tracks
## 1.0.9

@@ -4,0 +10,0 @@

{
"name": "@globalfishingwatch/pbf",
"version": "1.0.9",
"version": "1.0.10",
"private": false,
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"decoders"

@@ -12,7 +15,9 @@ ],

"start": "yarn build",
"build": "run-s build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js",
"build": "run-s build:prepare build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js build:pb:4wings-tile:ts",
"build:prepare": "mkdir -p decoders",
"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",
"build:clean": "run-s clean build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js",
"build:pb:4wings-tile:ts": "pbts decoders/4wings-tile.js -o decoders/4wings-tiles.d.ts",
"build:clean": "run-s clean build",
"prepare": "yarn build:clean"

@@ -24,2 +29,3 @@ },

"devDependencies": {
"cross-env": "^7.0.3",
"pbf": "3.2.1",

@@ -33,3 +39,3 @@ "pbjs": "^0.0.14",

},
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87"
"gitHead": "dd9006c455eb7ee9f20cbdc62854d9a16bfc94c1"
}