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.15

2

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

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

{
"name": "pedicab",
"version": "1.6.14",
"version": "1.6.15",
"homepage": "https://shutterstock.github.io/rickshaw/",

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

@@ -132,3 +132,3 @@ Rickshaw.namespace('Rickshaw.Graph.RangeSlider.Preview')

if(self.previews.length > 0) {
if (self.previews.length > 0) {
return

@@ -170,9 +170,2 @@ }

var translateCommand =
'translate(' +
this.config.frameHandleThickness +
'px, ' +
this.config.frameTopThickness +
'px)'
graphContainer

@@ -183,6 +176,4 @@ .enter()

.merge(graphContainer)
.style('-webkit-transform', translateCommand)
.style('-moz-transform', translateCommand)
.style('-ms-transform', translateCommand)
.style('transform', translateCommand)
.style('padding-left', this.config.frameHandleThickness + 'px')
.style('padding-top', this.config.frameTopThickness + 'px')
.each(buildGraph)

@@ -189,0 +180,0 @@

/* jshint -W079 */
var Rickshaw = {
version: '1.6.14',
version: '1.6.15',

@@ -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