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

react-video-seek-slider

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-video-seek-slider - npm Package Compare versions

Comparing version 4.0.7 to 4.0.8

.gitignore

11

package.json
{
"name": "react-video-seek-slider",
"description": "React video seek slider like youtube",
"version": "4.0.7",
"main": "/lib/index.js",
"version": "4.0.8",
"main": "/index.js",
"author": "Sergey Egorov",
"license": "MIT",
"files": [
"lib/",
"index.d.ts"
"*"
],

@@ -16,5 +15,7 @@ "scripts": {

"copyDts": "cp ./lib/src/index.d.ts ./index.d.ts",
"copyLib": "cp ./lib/* ./",
"removeDts": "rm -rf ./lib/src",
"prepare": "npm run build",
"prepublishOnly": "npm run copyDts && npm run removeDts"
"prepublishOnly": "npm run copyDts && npm run removeDts && npm run copyLib",
"postpublish": "git clean -df"
},

@@ -21,0 +22,0 @@ "devDependencies": {

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