Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-intersection-observer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-intersection-observer - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [0.10.2](https://github.com/metonym/svelte-intersection-observer/releases/tag/v0.10.2) - 2023-07-20
**Fixes**
- add `exports` field to `package.json`
## [0.10.1](https://github.com/metonym/svelte-intersection-observer/releases/tag/v0.10.1) - 2023-07-20

@@ -10,0 +16,0 @@

16

package.json
{
"name": "svelte-intersection-observer",
"version": "0.10.1",
"version": "0.10.2",
"license": "MIT",

@@ -11,2 +11,16 @@ "description": "Detect if an element is in the viewport using the Intersection Observer API",

"types": "./types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"svelte": "./src/index.js"
},
"./src/*.svelte": {
"types": "./types/*.svelte.d.ts",
"import": "./src/*.svelte"
},
"./src/*": {
"types": "./types/*.d.ts",
"import": "./src/*.js"
}
},
"scripts": {

@@ -13,0 +27,0 @@ "dev": "rollup -cw",

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