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

@agencebio/cartobio-types

Package Overview
Dependencies
Maintainers
2
Versions
21
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.2.0 to 1.2.1

1

outputs/api.js

@@ -66,2 +66,3 @@ /**

statut: record.certification_state,
dateAudit: record.audit_date,
dateDebut: record.certification_date_debut,

@@ -68,0 +69,0 @@ dateFin: record.certification_date_fin,

@@ -39,2 +39,3 @@ import {EtatProduction,CertificationState} from "../record";

statut: CertificationState;
dateAudit: string;
dateDebut: string;

@@ -41,0 +42,0 @@ dateFin: string;

2

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

@@ -5,0 +5,0 @@ "repository": {

@@ -23,2 +23,3 @@ import {EtatProduction,CertificationState} from "../../outputs/record";

audit_demandes: string;
audit_date: string;
};

@@ -25,0 +26,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