@img-comparison-slider/react
Advanced tools
Comparing version 3.0.4 to 4.0.1
@@ -1,1 +0,5 @@ | ||
export * from './components'; | ||
import { FC, AllHTMLAttributes } from 'react'; | ||
import 'img-comparison-slider'; | ||
declare type ImgComparisonSliderProps = AllHTMLAttributes<HTMLElement>; | ||
export declare const ImgComparisonSlider: FC<ImgComparisonSliderProps>; | ||
export {}; |
@@ -1,2 +0,18 @@ | ||
export * from './components'; | ||
var __rest = (this && this.__rest) || function (s, e) { | ||
var t = {}; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) | ||
t[p] = s[p]; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
}; | ||
import React from 'react'; | ||
import 'img-comparison-slider'; | ||
export const ImgComparisonSlider = (_a) => { | ||
var { children } = _a, props = __rest(_a, ["children"]); | ||
return React.createElement('img-comparison-slider', Object.assign({}, props), children); | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@img-comparison-slider/react", | ||
"version": "3.0.4", | ||
"version": "4.0.1", | ||
"description": "React wrapper for img-comparison-slider", | ||
@@ -19,3 +19,3 @@ "homepage": "https://sneas.github.io/img-comparison-slider", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf dist", | ||
"clean": "rimraf dist", | ||
"compile": "npm run tsc", | ||
@@ -25,8 +25,8 @@ "tsc": "tsc -p ." | ||
"devDependencies": { | ||
"@types/node": "^14.14.10", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"typescript": "^4.1.2" | ||
"@types/node": "^15.6.2", | ||
"@types/react": "^17.0.9", | ||
"@types/react-dom": "^17.0.6", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"typescript": "^4.3.2" | ||
}, | ||
@@ -37,4 +37,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"img-comparison-slider": "^3.0.4" | ||
"img-comparison-slider": "^4.0.1" | ||
} | ||
} |
@@ -12,8 +12,2 @@ # ImgComparisonSlider | ||
## Browsers support | ||
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_48x48.png" alt="iOS Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>iOS Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png" alt="Samsung" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Samsung | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Opera | | ||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Edge. Refer to this [doc](https://github.com/sneas/img-comparison-slider/blob/master/docs/installation/react.md) for IE11 support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions | | ||
## Installation | ||
@@ -20,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3117
5
22
33
1
+ Addedimg-comparison-slider@4.0.2(transitive)
- Removedimg-comparison-slider@3.0.4(transitive)
Updatedimg-comparison-slider@^4.0.1