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

connard

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connard

Le package NPM de ConnardJS

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

#ConnardJS ##Introduction Projet initie par Bastien Duplessier pour une certaine universite en Picardie.

##Installation npm install connard

##Utilisation Pour l'instant le module ne comprend que 2 methodes: parsing.fromFile et parsing.normal Il utilise la methode de parsing CSV: Chantrait en Séparation puis Valeur

var connard = require('connard');
// params: file: nom du fichier (ex: file.chantrait) // returnAsString: true||false (default: false), retourne un JSON.stringify du JSON genere 
connard.parsing.chantrait.fromFile("file.chantrait", true);

var c = "name|CHANTRAIT|lname|CHANTRAIT|age\nThomas|CHANTRAIT|Chantrait|CHANTRAIT|22";
connard.parsing.chantrait.normal(c);

Keywords

FAQs

Package last updated on 22 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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