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

dialekt-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dialekt-js

JS port of IcecaveStudios PHP Dialekt

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Dialekt for JavaScript

Build Status Test Coverage SemVer

Dialekt is a very simple language for representing boolean expressions of the form often used by search engines.

This is a JavaScript port of the original PHP package.

To use

  • npm install dialekt-js --save or
  • git clone
  • npm install
  • npm run build (generates js)
  • npm link or use files in lib/
  • npm link dialekt-js (in from dependant project)

Contribute

  • fork then clone
  • npm install
  • modify .coffee
  • mocha (for coverage: mocha --reporter html-cov > coverage.html)
  • npm run build (generates js)

Generate Docs

  • clone
  • npm install
  • grunt codo (generates docs/)
  • grunt gh-pages (commits new docs to gh-pages branch pushes them to upstream)

Keywords

expression

FAQs

Package last updated on 15 Jul 2014

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