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

@jbtje/vue3tabs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jbtje/vue3tabs - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

2

package.json
{
"name": "@jbtje/vue3tabs",
"version": "1.0.3",
"version": "1.1.0",
"description": "Simple vue3 component to display tabs",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -5,3 +5,3 @@ // Remove expired items.

let date = new Date();
if( item.expires && item.expires < date ) {
if( item?.expires < date ) {
localStorage.removeItem( str );

@@ -8,0 +8,0 @@ }

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