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

@globalfishingwatch/data-transforms

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalfishingwatch/data-transforms - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

dist/segments-timerange-filter-4c876aa9.js

6

CHANGELOG.md
# @globalfishingwatch/data-transforms
## 1.1.0
### Minor Changes
- 7d396a6: segments data-transform utils
## 1.0.4

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

1

dist/index.d.ts
export * from './track-value-array-to-segments';
export * from './segments';
//# sourceMappingURL=index.d.ts.map

2

dist/index.js

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

export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-a9e19ca8.js";
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-a9e19ca8.js";export{f as filterSegmentsByTimerange,s as segmentsToBbox}from"./segments-timerange-filter-4c876aa9.js";
//# sourceMappingURL=index.js.map
{
"name": "@globalfishingwatch/data-transforms",
"version": "1.0.4",
"version": "1.1.0",
"description": "Utils to decode various data formats",

@@ -14,6 +14,9 @@ "main": "dist/index.js",

},
"devDependencies": {
"@types/geojson": "^7946.0.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87"
"gitHead": "e6db1f8570d2e8b103a9e44ffe792a92be006a06"
}
export * from './track-value-array-to-segments'
export * from './segments'

@@ -13,2 +13,3 @@ export enum Field {

export type Point = Partial<Record<Field, number | null>>
export type Segment = Point[]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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