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.0 to 4.0.2

.gitignore

9

package.json
{
"name": "react-video-seek-slider",
"description": "React video seek slider like youtube",
"version": "4.0.0",
"version": "4.0.2",
"main": "/lib/index.js",

@@ -9,4 +9,3 @@ "author": "Sergey Egorov",

"files": [
"lib/",
"index.d.ts"
"/"
],

@@ -17,6 +16,6 @@ "scripts": {

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

@@ -23,0 +22,0 @@ },

@@ -17,9 +17,15 @@ # react-video-seek-slider

```typescript
import { VideoSeekSlider } from 'react-video-seek-slider';
import {VideoSeekSlider} from 'react-video-seek-slider';
```
or
```javascript
const VideoSeekSlider = require('react-video-seek-slider').VideoSeekSlider;
```
Also you have to use css file in a lib folder:
```
import "react-video-seek-slider/styles.css";
node_modules/react-video-seek-slider/lib/video-seek-slider.css
```

@@ -26,0 +32,0 @@

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