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.3.1 to 1.3.2

11

outputs/features.js

@@ -6,4 +6,11 @@ const { randomInt, randomUUID } = require('crypto')

*/
// @ts-ignore
const communes = require('../../data/communes.json')
let communes = []
try {
communes = JSON.parse(
require('fs').readFileSync(require('path').join(__dirname, '../../data/communes.json'), 'utf8')
)
} catch (error) {
// skip, this is probably the type package
}
const { fromCodePacStrict, fromCodeCpf } = require('@agencebio/rosetta-cultures')

@@ -10,0 +17,0 @@

3

outputs/types/record.d.ts

@@ -14,3 +14,4 @@ import type {DBOperatorRecord} from "../../providers/types/cartobio.d.ts";

export type NormalizedRecordSummary = Omit<NormalizedRecord, 'parcelles'> & {
parcelles: number
parcelles: number,
surface: number
};
{
"name": "@agencebio/cartobio-types",
"version": "1.3.1",
"version": "1.3.2",
"main": "types.d.ts",

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

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