furkot-copilot
Advanced tools
Comparing version 0.3.1 to 0.4.0
var buffer = require('./buffer'); | ||
exports = module.exports = toTrp; | ||
exports.contentType = 'application/octet-stream'; | ||
exports.extension = 'trp'; | ||
var PASSTHROUGH = 76; | ||
@@ -141,3 +145,1 @@ | ||
} | ||
module.exports = toTrp; |
{ | ||
"name": "furkot-copilot", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Generate CoPilot .TRP files from Furkot trip data.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "make check" | ||
"homepage": "https://trips.furkot.com", | ||
"author": { | ||
"name": "Natalia Kowalczyk", | ||
"email": "melitele@code42day.com", | ||
"url": "https://melitele.me" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/furkot/furkot-copilot.git" | ||
}, | ||
"repository": "furkot/furkot-copilot", | ||
"license": "MIT", | ||
"keywords": [ | ||
"furkot-copilot", | ||
"furkot", | ||
"trip", | ||
"copilot" | ||
"export", | ||
"copilot", | ||
"trp" | ||
], | ||
"author": "Natalia Kowalczyk <melitele@code42day.com>", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"jshint": "^2.6.0", | ||
"mocha": "^2.1.0", | ||
"should": "^5.0.0" | ||
"jshint": "^2.7.0", | ||
"mocha": "^2.2.4", | ||
"should": "^6.0.1" | ||
}, | ||
"dependencies": {} | ||
"scripts": { | ||
"test": "make check" | ||
} | ||
} |
@@ -1,15 +0,36 @@ | ||
#furkot-copilot | ||
[![NPM version][npm-image]][npm-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Dependency Status][gemnasium-image]][gemnasium-url] | ||
Generate copilot .TRP files from [Furkot] trip data | ||
# furkot-copilot | ||
# Usage | ||
Generate CoPilot .TRP files from [Furkot] trip data. | ||
Install the tools using npm | ||
## Install | ||
npm install | ||
```sh | ||
$ npm install --save furkot-copilot | ||
``` | ||
## Usage | ||
```js | ||
var furkotCopilot = require('furkot-copilot'); | ||
furkotCopilot(trip); | ||
``` | ||
## License | ||
MIT | ||
MIT © [code42day](https://code42day.com) | ||
[Furkot]:https://trips.furkot.com | ||
[Furkot]: https://trips.furkot.com | ||
[npm-image]: https://img.shields.io/npm/v/furkot-copilot.svg | ||
[npm-url]: https://npmjs.org/package/furkot-copilot | ||
[travis-url]: https://travis-ci.org/furkot/furkot-copilot | ||
[travis-image]: https://img.shields.io/travis/furkot/furkot-copilot.svg | ||
[gemnasium-image]: https://img.shields.io/gemnasium/furkot/furkot-copilot.svg | ||
[gemnasium-url]: https://gemnasium.com/furkot/furkot-copilot |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
37
5626
6
152
2