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.1 to 1.0.2

README.md

9

CHANGELOG.md
# @ctx-core/svg-ui-svelte
## 1.0.2
### Patch Changes
- package.json: svelte: ./dist/index.js
- Updated dependencies
- @ctx-core/array@23.0.34
- @ctx-core/object@22.0.1
## 1.0.1

@@ -4,0 +13,0 @@

14

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

@@ -33,8 +33,8 @@ "keywords": [

"dependencies": {
"@ctx-core/array": "^23.0.33",
"@ctx-core/object": "^22.0.0"
"@ctx-core/array": "^23.0.34",
"@ctx-core/object": "^22.0.1"
},
"devDependencies": {
"@ctx-core/ctx-core-package-tools": "^8.0.86",
"@ctx-core/svg": "^16.0.0",
"@ctx-core/ctx-core-package-tools": "^8.0.88",
"@ctx-core/svg": "^16.0.1",
"@sveltejs/adapter-auto": "next",

@@ -44,2 +44,3 @@ "@sveltejs/kit": "next",

"@swc/core": "^1.2.120",
"rimraf": "^3.0.2",
"svelte": "^3.44.3",

@@ -55,5 +56,6 @@ "svelte-preprocess": "^4.10.0",

},
"svelte": "./dist/index.js",
"scripts": {
"build": "npm run compile",
"clean": "rm -rf dist",
"clean": "rimraf dist",
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",

@@ -60,0 +62,0 @@ "exec": "$@"

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