Socket
Socket
Sign inDemoInstall

@splidejs/react-splide

Package Overview
Dependencies
1
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.4 to 0.7.5

3

dist/types/types/props.d.ts
import { ComponentConstructor, Options } from '@splidejs/splide';
import { DOMAttributes, HTMLAttributes } from 'react';
import React, { DOMAttributes, HTMLAttributes } from 'react';
import { SplideEventHandlers } from './events';

@@ -15,2 +15,3 @@ /**

transition?: ComponentConstructor;
children?: React.ReactNode;
}

@@ -17,0 +18,0 @@ /**

{
"name": "@splidejs/react-splide",
"version": "0.7.4",
"version": "0.7.5",
"description": "The React component for Splide.",

@@ -29,4 +29,4 @@ "author": "Naotoshi Fujita",

"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",

@@ -52,2 +52,3 @@ "@typescript-eslint/parser": "^5.17.0",

"build:all": "npm run build:module && npm run build:types && npm run copy",
"check:type": "tsc --noEmit",
"copy": "node scripts/copy-css.js",

@@ -54,0 +55,0 @@ "test": "jest",

import { ComponentConstructor, Options } from '@splidejs/splide';
import { DOMAttributes, HTMLAttributes } from 'react';
import React, { DOMAttributes, HTMLAttributes } from 'react';
import { SplideEventHandlers } from './events';

@@ -20,2 +20,3 @@

transition?: ComponentConstructor;
children?: React.ReactNode;
}

@@ -22,0 +23,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc