Socket
Socket
Sign inDemoInstall

svelte-actions

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

dist/clickOutside.mjs

9

package.json
{
"name": "svelte-actions",
"version": "0.2.0",
"module": "dist/index.mjs",
"version": "0.2.1",
"module": "dist/esm/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build": "tsc && npm run build:esm && npm run rename:esm",
"build:esm": "tsc --module es2015 --target es5 --outdir dist/esm",
"rename:esm": "find ./dist/esm -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;",
"copy:esm": "mv ./dist/esm/*.mjs ./dist/",
"preversion": "npm run build",

@@ -10,0 +13,0 @@ "version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc