New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

fen-validator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fen-validator

Chess FEN notation validator

latest
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

CircleCI

fen-validator

Library to validate the Chess FEN notation

install

npm install fen-validator

usage


// ES6
import validateFEN from 'fen-validator';

// commonJS
const validateFEN = require('fen-validator');

validateFEN('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR b KQkq - 0 1'); // true

License

GNU GENERAL PUBLIC LICENSE V3

Keywords

chess

FAQs

Package last updated on 13 Feb 2024

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