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

pietile-carousel

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pietile-carousel - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/index.d.ts

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

export { PietileCarousel as default } from './PietileCarousel';
export { PietileCarousel as default, PietileCarouselHandle } from './PietileCarousel';
import * as React from 'react';
export interface PietileCarouselHandle {
moveRight: () => void;
moveLeft: () => void;
moveTo: (index: number) => void;
}
interface Props {

@@ -12,3 +17,3 @@ autoplayInterval?: number;

}
export declare const PietileCarousel: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>;
export declare const PietileCarousel: React.ForwardRefExoticComponent<Props & React.RefAttributes<PietileCarouselHandle>>;
export {};
{
"name": "pietile-carousel",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Carousel",

@@ -29,4 +29,4 @@ "keywords": [

"@types/react-dom": "~16.9.0",
"@typescript-eslint/eslint-plugin": "~2.18.0",
"@typescript-eslint/parser": "~2.18.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "~6.8.0",

@@ -38,9 +38,9 @@ "eslint-config-airbnb": "~18.0.0",

"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "~2.3.0",
"eslint-plugin-react-hooks": "~2.4.0",
"import-sort": "~6.0.0",
"import-sort-cli": "~6.0.0",
"import-sort-parser-typescript": "~6.0.0",
"import-sort-style-pietile": "~1.1.0",
"import-sort-style-pietile": "~1.2.0",
"rimraf": "~3.0.0",
"typescript": "~3.7.0"
"typescript": "~3.8.0"
},

@@ -47,0 +47,0 @@ "repository": {

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