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

puzzle-lib

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puzzle-lib

Library of puzzle-solving algorithms

1.7.0
latest
Source
npm
Version published
Maintainers
0
Created
Source

puzzle-lib

puzzle-lib CI npm

Library of puzzle-solving algorithms

Usage

$ npm install --save puzzle-lib
const { MorseCharacter } = require('puzzle-lib');
const ch = new MorseCharacter();
ch.dot();
console.log(ch.toString());

Contributing

The library code is written in TypeScript and produces ECMAScript 5 output. The test code is written in JavaScript using Mocha.

$ git clone https://github.com/puzztool/puzzle-lib.git

$ cd puzzle-lib

$ npm install

$ npm test

To use local changes in another project:

$ cd <path to other project>

$ npm link <path to puzzle-lib>

FAQs

Package last updated on 27 Nov 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