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

native-carousel

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-carousel - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

index.js

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

import Carousel from './src/carousel';
import './src/style.css';
export default Carousel;
const Carousel = require('./src/carousel');
require('./src/style.css');
module.exports = Carousel;
{
"name": "native-carousel",
"version": "1.0.8",
"version": "1.0.9",
"description": "Native JavaScript simple carousel",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -119,2 +119,2 @@ /*

export default Carousel;
module.exports = Carousel;
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