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

camshaft-reference

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camshaft-reference

Analyses reference for Camshaft Analysis library

  • 0.34.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
87
increased by357.89%
Maintainers
4
Weekly downloads
 
Created
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

Package 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc