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

@todesktop/runtime

Package Overview
Dependencies
Maintainers
5
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@todesktop/runtime - npm Package Compare versions

Comparing version 0.6.4-0 to 0.6.4-1

2

dist/version.d.ts

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

export declare const CLIENT_VERSION = "0.6.4-0";
export declare const CLIENT_VERSION = "0.6.4-1";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLIENT_VERSION = "0.6.4-0";
exports.CLIENT_VERSION = "0.6.4-1";

@@ -7,3 +7,3 @@ {

"name": "@todesktop/runtime",
"version": "0.6.4-0",
"version": "0.6.4-1",
"license": "MIT",

@@ -21,4 +21,4 @@ "author": "ToDesktop <hi@todesktop.com> (https://www.todesktop.com/)",

"lint--fix": "tsc --noEmit --skipLibCheck && eslint . --ext .js,.ts,.tsx --fix",
"release": "npm run lint && npm run build && np --tag=latest",
"release-beta": "npm run lint && npm run build && np --any-branch --tag=beta",
"release": "rm -rf dist && npm run lint && npm run build && np --tag=latest",
"release-beta": "rm -rf dist && npm run lint && npm run build && np --any-branch --tag=beta",
"test": "npm run build && ava",

@@ -25,0 +25,0 @@ "version": "node -p \"'export const CLIENT_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > source/version.ts && npm run build"

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