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

panels

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panels - npm Package Compare versions

Comparing version 10.1.3 to 10.1.4

.npmignore

2

blocks/svg.js
import React from 'react'
const Svg = ({ children, ...props }) => (
<svg {...props}>
<svg focusable={props.focusable || false} {...props}>
{children}

@@ -6,0 +6,0 @@ </svg>

@@ -71,3 +71,3 @@ {

},
"version": "10.1.3"
"version": "10.1.4"
}
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