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

protagonist

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protagonist - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

provisioning.sh

2

package.json
{
"name": "protagonist",
"version": "0.6.0",
"version": "0.6.1",
"description": "API Blueprint Parser",

@@ -5,0 +5,0 @@ "author": "Apiary.io <support@apiary.io>",

@@ -0,4 +1,5 @@

![logo](https://raw.github.com/apiaryio/api-blueprint/gh-pages/assets/logo_apiblueprint.png)
# Protagonist [![Build Status](https://travis-ci.org/apiaryio/protagonist.png?branch=master)](https://travis-ci.org/apiaryio/protagonist)
### API Blueprint Parser for Node.js
Protagonist is a Node.js wrapper for the [Snow Crash](https://github.com/apiaryio/snowcrash) library.

@@ -26,6 +27,6 @@

console.log(result.ast);
}
});
```
Refer to [Snow Crash JSON serialization](https://github.com/apiaryio/snowcrash/wiki/API-Blueprint-AST-Media-Types#json-serialization) for details about the AST output structure.
Refer to [API Blueprint AST Serialization Media Types](https://github.com/apiaryio/api-blueprint-ast) JSON serialization for details on the AST output structure under the `ast` key.

@@ -70,5 +71,3 @@ ## Hacking Protagonist

Make sure to follow the [API Blueprint Developers discussion group](https://groups.google.com/forum/#!forum/apiblueprint-dev). Also check the Protagonist [issues page](https://github.com/apiaryio/protagonist/issues?state=open).
## License
MIT License. See the [LICENSE](https://github.com/apiaryio/protagonist/blob/master/LICENSE) file.

@@ -0,1 +1,3 @@

![logo](https://raw.github.com/apiaryio/api-blueprint/gh-pages/assets/logo_apiblueprint.png)
# Snow Crash [![Build Status](https://travis-ci.org/apiaryio/snowcrash.png?branch=master)](https://travis-ci.org/apiaryio/snowcrash)

@@ -9,3 +11,3 @@

## Status
Snow Crash is currently Work in Progress. See its [v1.0 Milestone](https://github.com/apiaryio/snowcrash/issues?milestone=1&state=open) for implementation status details.
- [Format 1A](https://github.com/apiaryio/api-blueprint/tree/format-1A) fully implemented

@@ -32,5 +34,4 @@ ## Bindings

```sh
$ git clone git://github.com/apiaryio/snowcrash.git
$ git clone --recursive git://github.com/apiaryio/snowcrash.git
$ cd snowcrash
$ git submodule update --init --recursive
```

@@ -48,3 +49,2 @@

### Snow Crash command line tool
1. Build `snowcrash`:

@@ -63,10 +63,11 @@

## AST
Parsed API Blueprint is available in the form of AST as defined in [Blueprint.h](src/Blueprint.h). The `snowcrash` command line tool offers AST serialization as defined in [API Blueprint AST Serialization Media Types](https://github.com/apiaryio/api-blueprint-ast).
## Contribute
Fork & Pull Request.
Fork & Pull Request
Make sure to follow the [API Blueprint Developers discussion group](https://groups.google.com/forum/#!forum/apiblueprint-dev). Also check the Snow Crash [issues page](https://github.com/apiaryio/snowcrash/issues?state=open).
If you want to create a binding for Snow Crash please refer to the [Writing a Binding](https://github.com/apiaryio/snowcrash/wiki/Writing-a-binding) article.
If you want to create a binding for Snow Crash please refer to the [Writing a binding](https://github.com/apiaryio/snowcrash/wiki/Writing-a-binding) Wiki article.
## License
MIT License. See the [LICENSE](https://github.com/apiaryio/snowcrash/blob/master/LICENSE) file.

@@ -7,3 +7,3 @@ # Snow Crash Development Tools

### Actual Bundled Version
**r1652**
**r1846**

@@ -25,3 +25,5 @@ ### Update

3. Update bundled version in this README
### More info
See [Gyp Hello World](https://github.com/springmeyer/hello-gyp) for a primer on using Gyp.

@@ -10,2 +10,6 @@ /*

// Add Segfault handler
var segfaultHandler = require('segfault-handler');
segfaultHandler.registerHandler();
// Process arguments

@@ -12,0 +16,0 @@ var args = process.argv.slice(2);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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