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

clockvine

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockvine - npm Package Compare versions

Comparing version

to
2.0.0-alpha.13

2

package.json
{
"name": "clockvine",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "",

@@ -5,0 +5,0 @@ "author": "Kevin Hamer [kh] <kevin@imarc.com>",

@@ -143,3 +143,3 @@ import { defineStore } from 'pinia'

indexes[key] = index
Object.assign(indexes[key], index)
}

@@ -203,6 +203,5 @@

if (!(key in indexState) || indexState[key] === INVALID) {
if (key in indexes) {
indexes[key] = { [indexDataField]: [...indexes[key][indexDataField]] }
} else {
indexes[key] = {}
if (!(key in indexes)) {
console.log('adding key to index', key)
indexes[key] = { key }
}

@@ -209,0 +208,0 @@ indexState[key] = LOADING