New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ctx-core/svg-ui-svelte

Package Overview
Dependencies
Maintainers
1
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/svg-ui-svelte - npm Package Compare versions

Comparing version 1.0.4 to 1.0.6

18

CHANGELOG.md
# @ctx-core/svg-ui-svelte
## 1.0.6
### Patch Changes
- fix: build
- Updated dependencies
- @ctx-core/array@23.0.38
- @ctx-core/object@22.0.5
## 1.0.5
### Patch Changes
- \*.d.ts export
- Updated dependencies
- @ctx-core/array@23.0.37
- @ctx-core/object@22.0.4
## 1.0.4

@@ -4,0 +22,0 @@

24

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

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

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

@@ -30,8 +30,8 @@ "./package.json": "./package.json"

"dependencies": {
"@ctx-core/array": "^23.0.36",
"@ctx-core/object": "^22.0.3"
"@ctx-core/array": "^23.0.38",
"@ctx-core/object": "^22.0.5"
},
"devDependencies": {
"@ctx-core/ctx-core-package-tools": "^8.0.90",
"@ctx-core/svg": "^16.0.3",
"@ctx-core/ctx-core-package-tools": "^8.0.92",
"@ctx-core/svg": "^16.0.5",
"@sveltejs/adapter-auto": "next",

@@ -55,6 +55,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": "# svg-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