@shopify/react-intersection-observer
Advanced tools
Comparing version 2.0.14 to 2.0.15-sknext-beta.9
{ | ||
"name": "@shopify/react-intersection-observer", | ||
"version": "2.0.14", | ||
"version": "2.0.15-sknext-beta.9", | ||
"license": "MIT", | ||
"description": "A React wrapper around the IntersectionObserver API", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"description": "A React wrapper around the Intersection Observer API", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -27,8 +27,22 @@ "build": "tsc --p tsconfig.json" | ||
"files": [ | ||
"dist/*", | ||
"!tsconfig.tsbuildinfo" | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
], | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <17.0.0" | ||
}, | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
"./index": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
} | ||
} | ||
} |
@@ -6,3 +6,3 @@ # `@shopify/react-intersection-observer` | ||
A React wrapper around the [IntersectionObserver API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API). | ||
A React wrapper around the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API). | ||
@@ -9,0 +9,0 @@ ## Installation |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
42980
42
696
1
1