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

@ctx-core/svg

Package Overview
Dependencies
Maintainers
1
Versions
1260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/svg - npm Package Compare versions

Comparing version 19.0.103 to 19.0.104

4

package.json
{
"name": "@ctx-core/svg",
"version": "19.0.103",
"version": "19.0.104",
"description": "ctx-core svg",

@@ -48,3 +48,3 @@ "keywords": [

"dependencies": {
"ctx-core": "^7.0.2",
"ctx-core": "^7.1.0",
"htmlparser2": "^9.1.0"

@@ -51,0 +51,0 @@ },

@@ -1,2 +0,2 @@

import { be_sig_triple_ } from 'ctx-core/rmemo'
import { id_be_sig_triple_ } from 'ctx-core/rmemo'
export const [

@@ -6,5 +6,5 @@ svg_height$_,

svg_height__set,
] = be_sig_triple_(()=>
undefined,
{ id: 'svg_height' })
] = id_be_sig_triple_(
'svg_height',
()=>undefined)
export { svg_height$_ as svg_height__ }

@@ -1,2 +0,2 @@

import { be_sig_triple_ } from 'ctx-core/rmemo'
import { id_be_sig_triple_ } from 'ctx-core/rmemo'
export const [

@@ -6,5 +6,5 @@ svg_margin$_,

svg_margin__set,
] = be_sig_triple_(()=>
undefined,
{ id: 'svg_margin' })
] = id_be_sig_triple_(
'svg_margin',
()=>undefined)
export { svg_margin$_ as svg_margin__ }
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