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

shadow-dom-testing-library

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shadow-dom-testing-library - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

dist/index.cjs

8

package.json
{
"name": "shadow-dom-testing-library",
"version": "1.1.4",
"version": "1.1.5",
"description": "An extension of DOM-testing-library to provide hooks into the shadow dom",
"type": "module",
"source": "src/index.ts",
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",

@@ -20,4 +20,4 @@ "types": "dist/index.d.ts",

"jest-preview": "jest-preview",
"build": "tsup src/index.ts --format esm --clean --sourcemap --minify --metafile --dts",
"start": "tsup src/index.ts --format esm --watch --clean --onSuccess \"node dist/index.js\"",
"build": "tsup src/index.ts --format esm,cjs --clean --sourcemap --minify --metafile --dts",
"start": "tsup src/index.ts --format esm,cjs --watch --clean --onSuccess \"node dist/index.js\"",
"clean": "rm -rf dist",

@@ -24,0 +24,0 @@ "deploy": "npm run build && standard-version --release-as",

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