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

seamless-scroll-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seamless-scroll-polyfill - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

lib/index.d.cts

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.3.3](https://github.com/magic-akari/seamless-scroll-polyfill/compare/v2.3.2...v2.3.3) (2023-03-08)
### Bug Fixes
* types for nodenext in cjs ([6e20245](https://github.com/magic-akari/seamless-scroll-polyfill/commit/6e20245a042752cf70bdbd9c074cb82553e8bccd))
## [2.3.2](https://github.com/magic-akari/seamless-scroll-polyfill/compare/v2.3.1...v2.3.2) (2023-03-08)

@@ -2,0 +9,0 @@

14

package.json

@@ -5,3 +5,3 @@ {

"description": "Smooth Scroll behavior polyfill",
"version": "2.3.2",
"version": "2.3.3",
"author": {

@@ -48,5 +48,10 @@ "name": "Dustan Kasten",

".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"require": {
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
},
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"default": "./lib/bundle.umd.cjs"

@@ -61,2 +66,3 @@ },

"rollup": "rollup -c",
"fix-cts-type": "cp -rf lib/index.d.ts lib/index.d.cts",
"type-check": "tsc --noEmit --skipLibCheck",

@@ -63,0 +69,0 @@ "prettier": "prettier --ignore-path .gitignore -l \"**/*.{ts,js,json,yml}\" \"README.md\"",

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