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.17 to 1.0.18

ctx-core-ripple-effect-ui-svelte-1.0.18.tgz

6

CHANGELOG.md
# @ctx-core/ripple-effect-ui-svelte
## 1.0.18
### Patch Changes
- svelte: ^3.46.6 -> ^3.47.0
## 1.0.17

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

108

package.json
{
"name": "@ctx-core/ripple-effect-ui-svelte",
"version": "1.0.17",
"description": "ctx-core ripple-effect",
"keywords": [
"ctx-core",
"ripple-effect"
],
"homepage": "https://github.com/ctx-core/ripple-effect-ui-svelte#readme",
"bugs": {
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte.git"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js"
},
"./package.json": "./package.json"
},
"devDependencies": {
"@ctx-core/ripple-effect": "^13.1.5",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.136",
"rimraf": "^3.0.2",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.2",
"svelte2tsx": "^0.5.2",
"tslib": "^2.3.1",
"typescript": "next"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"svelte": "./lib/index.js",
"sideEffects": false,
"scripts": {
"build": "npm run compile",
"clean": "rimraf lib && npm run clean:tsbuildinfo",
"clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
"compile": "npm run compile:source && npm run compile:declaration",
"compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
"compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
"exec": "$@"
},
"readme": "# ripple-effect-ui-svelte"
"name": "@ctx-core/ripple-effect-ui-svelte",
"version": "1.0.18",
"description": "ctx-core ripple-effect",
"keywords": [
"ctx-core",
"ripple-effect"
],
"homepage": "https://github.com/ctx-core/ripple-effect-ui-svelte#readme",
"bugs": {
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte.git"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "npm run compile",
"clean": "rimraf lib && npm run clean:tsbuildinfo",
"clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
"compile": "npm run compile:source && npm run compile:declaration",
"compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
"compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
"exec": "$@",
"prepublishOnly": "npm run clean && npm run build"
},
"devDependencies": {
"@ctx-core/ripple-effect": "^13.1.6",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.164",
"rimraf": "^3.0.2",
"svelte": "^3.47.0",
"svelte-preprocess": "^4.10.5",
"svelte2tsx": "^0.5.7",
"tslib": "^2.3.1",
"typescript": "next"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"svelte": "./lib/index.js",
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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