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

svelte-gestures

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-gestures - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

dist/index.esm.js

20

package.json

@@ -5,7 +5,7 @@ {

"repository": "https://github.com/Rezi/svelte-gestures",
"license" : "MIT",
"version": "1.2.1",
"main": "dist/index.umd.min.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"license": "MIT",
"version": "1.2.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [

@@ -16,11 +16,13 @@ "dist"

"@babel/core": "^7.13.16",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"rollup": "^2.44.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"rollup": "^2.53.3",
"typescript": "4.1.3"
},
"scripts": {
"build": "rollup -c"
"build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly",
"prepublish:public": "npm run build",
"publish:public": "npm publish --access public"
}
}
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