Socket
Socket
Sign inDemoInstall

hero-slider

Package Overview
Dependencies
321
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

64

package.json
{
"name": "hero-slider",
"version": "3.0.4",
"version": "3.0.5",
"private": false,

@@ -8,36 +8,4 @@ "description": "This package contains multiple components with a fair range of options to help developers quickly set up a hero slider.",

"license": "MIT",
"keywords": [
"react",
"react-component",
"hero-slider",
"slider",
"slide",
"carousel"
],
"keywords": ["react", "react-component", "hero-slider", "slider", "slide", "carousel"],
"repository": "rmolinamir/hero-slider",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./*": {
"import": "./dist/*.js",
"require": "./dist/*.js",
"types": "./dist/*.d.ts"
},
"./**/*": {
"import": "./dist/**/*.js",
"require": "./dist/**/*.js",
"types": "./dist/**/*.d.ts"
}
},
"typesVersions": {
"*": {
"*": [
"./dist/*.d.ts",
"./dist/index.d.ts"
]
}
},
"files": [

@@ -48,2 +16,15 @@ "dist"

"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"deploy": "gh-pages -d example/build",
"dev": "pnpm watch",
"prebuild": "rm -rf tsconfig.build.tsbuildinfo ./dist",
"predeploy": "cd example && npm install && npm run build",
"prepublish": "pnpm build",
"prestart": "pnpm prebuild",
"start": "rollup -c -w",
"test": "pnpm jest",
"test:watch": "pnpm jest --watch",
"watch": "tsc --project tsconfig.build.json --watch"
},
"dependencies": {

@@ -76,16 +57,3 @@ "react-intersection-observer": "9.4.0",

"typescript": "4.8.2"
},
"scripts": {
"build": "rollup -c",
"deploy": "gh-pages -d example/build",
"dev": "pnpm watch",
"prebuild": "rm -rf tsconfig.build.tsbuildinfo ./dist",
"predeploy": "cd example && npm install && npm run build",
"prepublish": "pnpm build",
"prestart": "pnpm prebuild",
"start": "rollup -c -w",
"test": "pnpm jest",
"test:watch": "pnpm jest --watch",
"watch": "tsc --project tsconfig.build.json --watch"
}
}
}
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