Socket
Socket
Sign inDemoInstall

@ctx-core/ripple-effect-ui-svelte

Package Overview
Dependencies
Maintainers
1
Versions
340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/ripple-effect-ui-svelte - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

6

CHANGELOG.md
# @ctx-core/ripple-effect-ui-svelte
## 1.0.11
### Patch Changes
- update dependencies
## 1.0.10

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

20

package.json
{
"name": "@ctx-core/ripple-effect-ui-svelte",
"version": "1.0.10",
"version": "1.0.11",
"description": "ctx-core ripple-effect",

@@ -28,11 +28,11 @@ "keywords": [

"devDependencies": {
"@ctx-core/ripple-effect": "^13.0.7",
"@ctx-core/ripple-effect": "^13.0.8",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.120",
"@swc/core": "^1.2.123",
"rimraf": "^3.0.2",
"svelte": "^3.44.3",
"svelte-preprocess": "^4.10.0",
"svelte2tsx": "^0.4.11",
"svelte-preprocess": "^4.10.1",
"svelte2tsx": "^0.4.12",
"tslib": "^2.3.1",

@@ -48,7 +48,7 @@ "typescript": "next"

"build": "npm run compile",
"clean": "rimraf dist && npm run clean_tsbuildinfo",
"clean_tsbuildinfo": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.d.ts",
"compile": "npm run compile_source && npm run compile_declaration",
"compile_source": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
"compile_declaration": "npm run clean_tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir dist",
"clean": "rimraf dist && npm run clean:tsbuildinfo",
"clean:tsbuildinfo": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.d.ts",
"compile": "npm run compile:source && npm run compile:declaration",
"compile:source": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
"compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir dist",
"exec": "$@"

@@ -55,0 +55,0 @@ },

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