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

pedicab

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pedicab - npm Package Compare versions

Comparing version

to
1.6.17

2

bower.json
{
"name": "pedicab",
"version": "1.6.16",
"version": "1.6.17",
"description": "Rickshaw is a JavaScript toolkit for creating interactive time series graphs.",

@@ -5,0 +5,0 @@ "main": [

{
"name": "pedicab",
"version": "1.6.16",
"version": "1.6.17",
"homepage": "https://shutterstock.github.io/rickshaw/",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -66,7 +66,2 @@ Rickshaw.namespace('Rickshaw.Graph.Axis.Y')

var berth = this.height * this.berthRate
if (this.orientation == 'left') {
this.element.style.top = -1 * berth + 'px'
}
},

@@ -97,4 +92,3 @@

if (this.orientation == 'left') {
var berth = this.height * this.berthRate
var transform = 'translate(' + (this.width - 1) + ', ' + berth + ')'
var transform = 'translate(' + (this.width - 1) + ')'
}

@@ -101,0 +95,0 @@

/* jshint -W079 */
var Rickshaw = {
version: '1.6.16',
version: '1.6.17',

@@ -6,0 +6,0 @@ namespace: function(namespace, obj) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display