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

taketalk

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taketalk - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

1

index.js
'use strict';
var argv = require('minimist')(process.argv.slice(2));

@@ -4,0 +3,0 @@ var stdin = require('get-stdin');

16

package.json
{
"name": "taketalk",
"version": "0.1.1",
"description": "Take talk.",
"main": "index.js",
"version": "1.0.0",
"description": "Ever wanted a bin for your node module?",
"repository": "stephenplusplus/taketalk",

@@ -18,9 +17,8 @@ "keywords": [

"license": "MIT",
"bugs": {
"url": "https://github.com/stephenplusplus/taketalk/issues"
},
"homepage": "https://github.com/stephenplusplus/taketalk",
"files": [
"index.js"
],
"dependencies": {
"get-stdin": "^0.1.0",
"minimist": "^0.1.0"
"get-stdin": "^4.0.1",
"minimist": "^1.1.0"
},

@@ -27,0 +25,0 @@ "devDependencies": {

# taketalk
> ever wanted a bin for your node module?
## Installation & Usage
```sh
> Ever wanted a bin for your node module?
## Install
```
$ npm install --save taketalk
```
## Usage
```js

@@ -28,3 +34,5 @@ #!/usr/bin/env node

## License
[MIT](http://opensource.org/licenses/MIT) © Stephen Sawchuk
MIT © Stephen Sawchuk
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