New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

furkot-copilot

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

furkot-copilot - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

6

lib/trp.js
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

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