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

@fastkit/dom

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/dom - npm Package Compare versions

Comparing version 0.1.8 to 0.2.0

2

dist/dom.d.ts

@@ -36,2 +36,2 @@ declare function isFocusable(element: HTMLElement): boolean;

export { AddTransitionEventOptions, AddTransitionEventResult, AddTransitionendEventOptions, LoadScriptAttrs, TransitionEventType, addTransitionEvent, addTransitionendEvent, attemptFocus, ensureScript, focusFirstDescendant, isFocusable, loadImage, loadScript, ownerDocument, ownerWindow, pushDynamicStyle };
export { type AddTransitionEventOptions, type AddTransitionEventResult, type AddTransitionendEventOptions, type LoadScriptAttrs, type TransitionEventType, addTransitionEvent, addTransitionendEvent, attemptFocus, ensureScript, focusFirstDescendant, isFocusable, loadImage, loadScript, ownerDocument, ownerWindow, pushDynamicStyle };
{
"name": "@fastkit/dom",
"version": "0.1.8",
"version": "0.2.0",
"description": "dom",

@@ -23,11 +23,2 @@ "keywords": [],

},
"main": "./dist/dom.mjs",
"types": "./dist/dom.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/dom.d.ts"
]
}
},
"files": [

@@ -37,3 +28,3 @@ "dist"

"dependencies": {
"@fastkit/helpers": "0.13.8"
"@fastkit/helpers": "0.14.0"
},

@@ -40,0 +31,0 @@ "scripts": {

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