Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agencebio/cartobio-types

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agencebio/cartobio-types - npm Package Compare versions

Comparing version 1.4.6 to 1.5.0

5

outputs/types/api.d.ts

@@ -9,3 +9,6 @@ import {Feature, FeatureCollection, Polygon} from "geojson";

anneeAssolement: number;
commentaire?: string;
dateAudit: string;
dateCertificationDebut?: string;
dateCertificationFin?: string;
numeroPacage: number | string;

@@ -27,4 +30,6 @@ parcelles: InputApiParcelle[];

codeCPF: string;
dateSemis?: string | undefined;
variete?: string | undefined;
quantite: number | string;
unite?: 'ha' | '%'
};

@@ -31,0 +36,0 @@

2

outputs/types/features.d.ts

@@ -49,3 +49,3 @@ import {Feature, FeatureCollection, Polygon} from "geojson";

surface?: string | number | undefined;
unit?: string | undefined;
unit?: '%' | 'ha' | undefined;
date_semis?: string | undefined;

@@ -52,0 +52,0 @@ };

{
"name": "@agencebio/cartobio-types",
"version": "1.4.6",
"version": "1.5.0",
"main": "types.d.ts",

@@ -5,0 +5,0 @@ "files": [

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