Comparing version
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1198922
-0.05%11519
-0.14%2
100%