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.3 to 1.4.4

2

package.json
{
"name": "@agencebio/cartobio-types",
"version": "1.4.3",
"version": "1.4.4",
"main": "types.d.ts",

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

@@ -14,4 +14,4 @@ import { CertificationState, EtatProduction } from "../../enums";

version_name: string;
certification_date_debut: Date;
certification_date_fin: Date;
certification_date_debut: string;
certification_date_fin: string;
certification_state: CertificationState;

@@ -25,3 +25,3 @@ created_at: string;

audit_demandes: string;
audit_date: Date;
audit_date: string;
};

@@ -28,0 +28,0 @@ export type DBOperatorRecordWithParcelles = DBOperatorRecord & {

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