Socket
Socket
Sign inDemoInstall

@phantomstudios/js-toolkit

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phantomstudios/js-toolkit - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

CHANGELOG.md
# js-toolkit
## 0.1.3
### Patch Changes
- define reveal on scroll in exports
## 0.1.2

@@ -4,0 +10,0 @@

5

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.1.2",
"version": "0.1.3",
"scripts": {

@@ -14,3 +14,4 @@ "build": "tsup src/index.ts --dts",

"exports": {
"./audio": "./src/audio/index.ts"
"./audio": "./src/audio/index.ts",
"./reveal-on-scroll": "./src/reveal-on-scroll/index.ts"
},

@@ -17,0 +18,0 @@ "types": "./dist/index.d.ts",

2

src/reveal-on-scroll/index.ts

@@ -122,2 +122,2 @@ import { RevealConfig, DEFAULT_REVEAL_CONFIG } from "./types";

export { type RevealConfig, DEFAULT_REVEAL_CONFIG, } from "./types";
export { type RevealConfig, DEFAULT_REVEAL_CONFIG } from "./types";
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