Socket
Socket
Sign inDemoInstall

camshaft-reference

Package Overview
Dependencies
0
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

camshaft-reference


Version published
Maintainers
4
Install size
709 kB
Created

Changelog

Source

0.34.0

Released 2016-07-07

  • Trade Area accepts provider service as input param

Readme

Source

camshaft-reference

camshaft-reference is a JSON specification for camshaft analyses.

Meaning

The structure of the file is as such:

  • version: the version of camshaft targeted.
  • analyses: named analyses supported by camshaft, with information about their parameters.

Using

This is a valid npm module and therefore can easily be consumed as any other package:

npm install camshaft-reference

After installed within your project you can:

var reference = require('camshaft-reference');
var ref = reference.getVersion('latest');

Or list all available versions:

var reference = require('camshaft-reference');
reference.versions;
[ '0.1.0' ]

Thanks

This is inspired by mapnik-reference, it is useful for building parsers, tests, compilers, and syntax highlighting/checking for languages.

Keywords

FAQs

Last updated on 24 Nov 2017

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc