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.2 to 1.0.3

dist/track-value-array-to-segments-fcfa5772.js

6

CHANGELOG.md
# @globalfishingwatch/data-transforms
## 1.0.3
### Patch Changes
- 8cbf187: added the night property to the Field declaration
## 1.0.2

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

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-e8abd8af.js";
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-fcfa5772.js";
//# sourceMappingURL=index.js.map

@@ -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-e8abd8af.js";
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"../track-value-array-to-segments-fcfa5772.js";
//# sourceMappingURL=index.js.map

@@ -8,3 +8,4 @@ export declare enum Field {

speed = "speed",
course = "course"
course = "course",
night = "night"
}

@@ -11,0 +12,0 @@ export declare type Point = Partial<Record<Field, number | null>>;

{
"name": "@globalfishingwatch/data-transforms",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utils to decode various data formats",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

},
"gitHead": "a8d734fa71684d2ebc718cf03de1330ee85c8740"
"gitHead": "a40f7ab4054fdd94f8dda9ee301792c145a771fb"
}

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

course = 'course',
night = 'night',
}

@@ -11,0 +12,0 @@

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