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

biscotto

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biscotto - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

package.json

@@ -16,3 +16,3 @@ {

],
"version": "0.2.0",
"version": "0.3.0",
"engines": {

@@ -43,6 +43,6 @@ "node": ">=0.10.0"

},
"homepage": "https://github.com/gjtorikian/biscotto",
"homepage": "https://github.com/atom/biscotto",
"repository": {
"type": "git",
"url": "git://github.com/gjtorikian/biscotto.git"
"url": "git://github.com/atom/biscotto.git"
},

@@ -49,0 +49,0 @@ "scripts": {

Biscotto is a [CoffeeScript](http://coffeescript.org/) API documentation generator. The underlying architecture is based on [codo](https://github.com/netzpirat/codo); however, this uses [TomDoc](http://tomdoc.org/) notation, instead of JSDoc.
[![Build Status](https://travis-ci.org/atom/biscotto.png?branch=master)](https://travis-ci.org/atom/biscotto)
## Features

@@ -37,4 +39,4 @@

options - These are the options:
key1: Blah blah.
key2: Blah
:key1 - Blah blah.
:key2 - Blah
```

@@ -115,3 +117,3 @@

# Public: I'm being delegated to!
#
#
# a - A {Number}

@@ -124,3 +126,3 @@ # b - A {String}

`delegatedMethod` has the same arguments, return type, and documentation as
`delegatedMethod` has the same arguments, return type, and documentation as
`delegatedRegular`. You can also choose to delegate to a different class:

@@ -127,0 +129,0 @@

@@ -20,3 +20,4 @@ {

"RegExp" : "https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp",
"String" : "https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String"
"String" : "https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String",
"Base": "http://coffeescript.org/documentation/docs/nodes.html#section-7"
}

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