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

bing-pulse

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bing-pulse - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

4

lib/pulseProcessor.js

@@ -12,3 +12,3 @@ /*

accounting = require('accounting'),
camelcaseKeys = require('camelcase-keys'),
decamelizeKeys = require('decamelize-keys'),
filters = require('./filters');

@@ -75,3 +75,3 @@

var demo = filters.demographics(data, 'Demographics'),
customer = (data.customer) ? camelcaseKeys(_.find(data.customer, {'ApiKey': data.pulseApiKey})) : null,
customer = (data.customer) ? decamelizeKeys(_.find(data.customer, {'ApiKey': data.pulseApiKey}), '') : null,
filterList = ['Overall'].concat(_.uniq(demo.map(function items(item) { return item.groupTitle; })));

@@ -78,0 +78,0 @@

{
"name": "bing-pulse",
"preferGlobal": false,
"version": "0.1.2",
"version": "0.1.4",
"author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)",

@@ -21,3 +21,3 @@ "description": "consume microsoft bing pulse api",

"accounting": "^0.4.1",
"camelcase-keys": "^2.0.0",
"decamelize-keys": "^1.0.0",
"lodash": "^3.10.1",

@@ -24,0 +24,0 @@ "moment": "^2.10.6",

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