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

embla-carousel

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel - npm Package Compare versions

Comparing version 4.5.3 to 5.0.0

components/Alignment.d.ts

10

index.d.ts

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

export { EmblaOptionsType } from './embla-carousel-vanilla/options';
export { EmblaEventType } from './embla-carousel-vanilla/eventEmitter';
export { EmblaCarouselType } from './embla-carousel-vanilla';
export { UseEmblaCarouselType } from './embla-carousel-react';
export { default } from './embla-carousel-vanilla';
export { useEmblaCarousel } from './embla-carousel-react';
export { EmblaOptionsType } from './components/Options';
export { EmblaEventType } from './components/EventEmitter';
export { EmblaCarouselType } from './components';
export { default } from './components';

21

package.json
{
"name": "embla-carousel",
"version": "4.5.3",
"private": false,
"version": "5.0.0",
"author": "David Cetinkaya",

@@ -34,3 +33,3 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision",

"embla-carousel*",
"react*",
"components/**/*",
"index.d.ts"

@@ -40,10 +39,6 @@ ],

"test": "jest --config jest.config.js",
"build": "npm-run-all build:js build:types",
"build:js": "rollup -c",
"build:types": "shx cp -r embla-carousel-react/. react",
"build": "rollup -c",
"start": "rollup -c --watch",
"start:vanilla": "rollup -c --watch --environment BUILD:development,PACKAGE:vanilla",
"start:react": "rollup -c --watch --environment BUILD:development,PACKAGE:react",
"eslint:report": "eslint 'src/**/*.{js,tsx,ts}'",
"eslint:fix": "eslint 'src/**/*.{js,tsx,ts}' --fix"
"eslint:report": "eslint \"src/**/*.{js,tsx,ts}\"",
"eslint:fix": "eslint \"src/**/*.{js,tsx,ts}\" --fix"
},

@@ -58,3 +53,2 @@ "devDependencies": {

"@types/jest": "^26.0.22",
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",

@@ -66,12 +60,9 @@ "@typescript-eslint/parser": "^4.22.0",

"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react": "^17.0.2",
"rollup": "^2.45.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"shx": "^0.3.3",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
}
}
}

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