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

famous-carousel

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-carousel - npm Package Compare versions

Comparing version 0.9.10 to 0.9.11

0

CHANGELOG.md

@@ -0,0 +0,0 @@ v0.9.0 - June 25, 2015

@@ -0,0 +0,0 @@ "use strict";

2

dist/es5/Carousel.js

@@ -16,3 +16,3 @@ "use strict";

function _typeof(obj) { return obj && obj.constructor === Symbol ? "symbol" : typeof obj; }
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }

@@ -19,0 +19,0 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } /**

@@ -48,1 +48,3 @@ "use strict";

require("babel-polyfill"); //ES6 for-loop polyfill https://github.com/babel/babel/issues/711

@@ -203,5 +203,5 @@ "use strict";

el.setProperty("backgroundImage", "url(" + options.carouselData[i].data + ")");
el.setProperty("background-repeat", "no-repeat");
el.setProperty("background-size", backgroundSize);
el.setProperty("background-position", "center");
el.setProperty("backgroundRepeat", "no-repeat");
el.setProperty("backgroundSize", backgroundSize);
el.setProperty("backgroundPosition", "center");
break;

@@ -208,0 +208,0 @@ case "markup":

@@ -0,0 +0,0 @@ [

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

{
"name": "famous-carousel",
"version": "0.9.10",
"version": "0.9.11",
"author": "Peace Chen",

@@ -52,4 +52,5 @@ "contributors": ["Tony Alves (https://github.com/talves)"],

"dependencies": {
"babel-polyfill": "^6.0.16",
"famous": "git://github.com/peacechen/engine#af98b6c"
}
}

@@ -0,0 +0,0 @@ ## Famo.us Carousel

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,1 +1,4 @@

require("babel-polyfill"); //ES6 for-loop polyfill https://github.com/babel/babel/issues/711
import {Carousel} from "./Carousel";

@@ -2,0 +5,0 @@

@@ -165,5 +165,5 @@ /**

el.setProperty("backgroundImage", "url(" + options.carouselData[i].data + ")");
el.setProperty("background-repeat", "no-repeat");
el.setProperty("background-size", backgroundSize);
el.setProperty("background-position", "center");
el.setProperty("backgroundRepeat", "no-repeat");
el.setProperty("backgroundSize", backgroundSize);
el.setProperty("backgroundPosition", "center");
break;

@@ -170,0 +170,0 @@ case "markup":

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc