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

@agencebio/rosetta-cultures

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agencebio/rosetta-cultures - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/cjs/index.cjs

10

package.json
{
"name": "@agencebio/rosetta-cultures",
"version": "1.0.4",
"version": "1.0.5",
"description": "Traduction des codes cultures de la CPF vers la PAC vers des nomenclatures d'organismes de certification, et vice-versa.",

@@ -16,4 +16,6 @@ "main": "index.js",

"exports": {
"import": "./index.js",
"require": "./dist/cjs/index.js"
".": {
"import": "./index.js",
"require": "./dist/cjs/index.cjs"
}
},

@@ -24,3 +26,3 @@ "scripts": {

"build:types": "tsc index.js --declaration --allowJs --emitDeclarationOnly",
"build:cjs": "tsc index.js --esModuleInterop --allowJs --module commonjs --resolveJsonModule --outDir dist/cjs",
"build:cjs": "tsc index.js --esModuleInterop --allowJs --module commonjs --resolveJsonModule --outDir dist/cjs && mv -f dist/cjs/index.js dist/cjs/index.cjs",
"prepublish": "npm run build",

@@ -27,0 +29,0 @@ "test": "node --test index.test.js"

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