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

carousel-lit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carousel-lit - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

dist/cjs/index.cjs.js

@@ -34,3 +34,3 @@ 'use strict';

{
return _extends(_extends({}, state), {}, {
return _extends({}, state, {
entries: action.payload

@@ -42,3 +42,3 @@ });

{
return _extends(_extends({}, state), action.payload);
return _extends({}, state, action.payload);
}

@@ -48,3 +48,3 @@

{
return _extends(_extends({}, state), {}, {
return _extends({}, state, {
offset: action.payload

@@ -56,3 +56,3 @@ });

{
return _extends(_extends({}, state), action.payload);
return _extends({}, state, action.payload);
}

@@ -59,0 +59,0 @@

@@ -28,3 +28,3 @@ import _extends from '@babel/runtime/helpers/esm/extends';

{
return _extends(_extends({}, state), {}, {
return _extends({}, state, {
entries: action.payload

@@ -36,3 +36,3 @@ });

{
return _extends(_extends({}, state), action.payload);
return _extends({}, state, action.payload);
}

@@ -42,3 +42,3 @@

{
return _extends(_extends({}, state), {}, {
return _extends({}, state, {
offset: action.payload

@@ -50,3 +50,3 @@ });

{
return _extends(_extends({}, state), action.payload);
return _extends({}, state, action.payload);
}

@@ -53,0 +53,0 @@

{
"name": "carousel-lit",
"description": "Lit carousel component written in React",
"version": "0.4.1",
"version": "0.4.2",
"author": "Joel Voss <mail@joelvoss.com>",

@@ -27,3 +27,3 @@ "license": "MIT",

"dependencies": {
"@babel/runtime": "7.9.6",
"@babel/runtime": "7.10.2",
"@emotion/core": "10.0.28",

@@ -43,3 +43,3 @@ "memoize-one": "5.1.1",

"@types/smoothscroll-polyfill": "0.3.1",
"jvdx": "1.4.2"
"jvdx": "1.5.0"
},

@@ -46,0 +46,0 @@ "peerDependencies": {

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