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

walkie-talkie

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

walkie-talkie - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

13

gulpfile.js
var gulp = require('gulp');
var git = require('gulp-git');
var mocha = require('gulp-mocha');

@@ -22,12 +21,2 @@ var jshint = require('gulp-jshint');

gulp.task('tag', function() {
var pkg = require('./package.json');
var v = 'v' + pkg.version;
var message = 'Release ' + v;
gulp.src('./').pipe(git.commit(message));
git.tag(v, message);
return git.push('origin', 'master', { args: ' --tags' }).end();
});
gulp.task('npm', ['tag'], function(done) {

@@ -39,3 +28,1 @@ var spawn = require('child_process').spawn;

gulp.task('test', ['mocha']);
gulp.task('release', ['npm']);

3

package.json
{
"name": "walkie-talkie",
"version": "0.2.0",
"version": "0.2.1",
"description": "An Intercom.io interface for nodejs",

@@ -36,3 +36,2 @@ "keywords": [

"gulp": "^3.8.6",
"gulp-git": "^0.4.3",
"gulp-jshint": "^1.7.1",

@@ -39,0 +38,0 @@ "gulp-mocha": "^0.5.1",

@@ -56,5 +56,10 @@ # Walkie-Talkie

## Missing or TODO
## TODO
- Impressions API
- Companies
- Admins
- Segments
- Notes
- Counts
- Conversations

@@ -61,0 +66,0 @@

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