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

@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.4 to 1.0.6

12

CHANGELOG.md
# @ctx-core/ripple-effect-ui-svelte
## 1.0.6
### Patch Changes
- fix: build
## 1.0.5
### Patch Changes
- \*.d.ts export
## 1.0.4

@@ -4,0 +16,0 @@

18

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

@@ -20,6 +20,6 @@ "keywords": [

"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./src/index.ts"
"import": "./dist/index.js"
},

@@ -29,3 +29,3 @@ "./package.json": "./package.json"

"devDependencies": {
"@ctx-core/ripple-effect": "^13.0.2",
"@ctx-core/ripple-effect": "^13.0.4",
"@sveltejs/adapter-auto": "next",

@@ -49,6 +49,10 @@ "@sveltejs/kit": "next",

"build": "npm run compile",
"clean": "rimraf dist",
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
"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": "$@"
}
},
"readme": "# ripple-effect-ui-svelte"
}

@@ -24,5 +24,4 @@ {

],
"rootDir": ".",
"rootDir": "src",
"outDir": "dist",
"mapRoot": "",
"declarationDir": "dist",

@@ -29,0 +28,0 @@ "lib": ["dom", "ESNext"],

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