Socket
Socket
Sign inDemoInstall

linkedin-profiler

Package Overview
Dependencies
194
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.3

codecov.yml

2

cli/lin.js

@@ -10,5 +10,5 @@ #!/usr/bin/env node

program
.version('0.0.1')
.version('0.1.0')
.command('search [profile]', 'search for a linkedin profile and get available data');
program.parse(process.argv);

@@ -10,3 +10,3 @@ 'use strict';

var plumber = require('gulp-plumber');
var coveralls = require('gulp-coveralls');
var codecov = require('gulp-codecov');

@@ -26,3 +26,6 @@ gulp.task('lint', function () {

gulp.task('pre-test', function () {
return gulp.src('lib/**/*.js')
return gulp.src([
'lib/**/*.js',
'cli/**/*.js'
])
.pipe(istanbul({

@@ -51,3 +54,3 @@ includeUntested: true

gulp.task('coveralls', ['test'], function () {
gulp.task('codecov', ['test'], function () {
if (!process.env.COVERAGE_REPORT) {

@@ -57,8 +60,8 @@ return;

return gulp.src(path.join(__dirname, 'coverage/lcov.info'))
.pipe(coveralls());
return gulp.src('./coverage/lcov.info')
.pipe(codecov());
});
gulp.task('stats', ['coveralls']);
gulp.task('stats', ['codecov']);
gulp.task('prepublish', ['nsp']);
gulp.task('default', ['prepublish', 'lint', 'test']);
{
"name": "linkedin-profiler",
"version": "0.0.1",
"version": "0.0.3",
"description": "LinkedIn profiler parser gets available information via api and outputs a json-resume.org schema compatible or schema-enhanced (opinionated) version",

@@ -43,3 +43,3 @@ "main": "",

"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-codecov": "^2.0.2",
"gulp-eslint": "^2.0.0",

@@ -46,0 +46,0 @@ "gulp-exclude-gitignore": "^1.0.0",

@@ -1,5 +0,7 @@

# op [![npm version](https://badge.fury.io/js/overwatch-profiler.svg)](https://badge.fury.io/js/overwatch-profiler?style=flat) [![Dependency Status](https://david-dm.org/vrtxf/overwatch-profiler.svg)](https://david-dm.org/vrtxf/overwatch-profiler) [![devDependency Status](https://david-dm.org/vrtxf/overwatch-profiler/dev-status.svg)](https://david-dm.org/vrtxf/overwatch-profiler#info=devDependencies) ![](https://reposs.herokuapp.com/?path=vrtxf/overwatch-profiler&style=flat&color=lightgray) [![Build Status](http://img.shields.io/travis/vrtxf/overwatch-profiler.svg?style=flat-square)](https://travis-ci.org/vrtxf/overwatch-profiler) [![Code Climate](http://img.shields.io/codeclimate/github/vrtxf/overwatch-profiler.svg?style=flat-square)](https://codeclimate.com/github/vrtxf/overwatch-profiler) [![Coverage Status](https://coveralls.io/repos/github/vrtxf/overwatch-profiler/badge.svg?branch=master)](https://coveralls.io/github/vrtxf/overwatch-profiler?branch=master)
# op [![npm version](https://badge.fury.io/js/linkedin-profiler.svg)](https://badge.fury.io/js/linkedin-profiler) [![Dependency Status](https://david-dm.org/vrtxf/linkedin-profiler.svg)](https://david-dm.org/vrtxf/linkedin-profiler) [![devDependency Status](https://david-dm.org/vrtxf/linkedin-profiler/dev-status.svg)](https://david-dm.org/vrtxf/linkedin-profiler#info=devDependencies) ![](https://reposs.herokuapp.com/?path=vrtxf/linkedin-profiler&style=flat&color=lightgray) [![Build Status](http://img.shields.io/travis/vrtxf/linkedin-profiler.svg?style=flat-square)](https://travis-ci.org/vrtxf/linkedin-profiler) [![codecov](https://codecov.io/gh/vrtxf/linkedin-profiler/branch/master/graph/badge.svg)](https://codecov.io/gh/vrtxf/linkedin-profiler)
[![License](http://img.shields.io/:license-BSD2-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-2-Clause) [![GitHub issues](https://img.shields.io/github/issues/vrtxf/overwatch-profiler.svg)](https://github.com/vrtxf/overwatch-profiler/issues) [![Join the chat at https://gitter.im/vrtxf/overwatch-profiler](https://badges.gitter.im/vrtxf/overwatch-profiler.svg)](https://gitter.im/vrtxf/overwatch-profiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License](http://img.shields.io/:license-BSD2-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-2-Clause) [![GitHub issues](https://img.shields.io/github/issues/vrtxf/linkedin-profiler.svg)](https://github.com/vrtxf/linkedin-profiler/issues) [![Join the chat at https://gitter.im/vrtxf/linkedin-profiler](https://badges.gitter.im/vrtxf/linkedin-profiler.svg)](https://gitter.im/vrtxf/linkedin-profiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
LinkedIn profiler parser gets available information via api and outputs a json-resume.org schema compatible or schema-enhanced (opinionated) version.

@@ -6,0 +8,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc