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

@psdk/frame-father

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psdk/frame-father - npm Package Compare versions

Comparing version 0.2.59 to 0.2.60

2

build/device/adapter/connected_device.d.ts

@@ -6,2 +6,3 @@ /**

export interface ConnectedDevice {
origin(): any;
/**

@@ -40,2 +41,3 @@ * Connected device name

export declare class FakeConnectedDevice implements ConnectedDevice {
origin(): any;
connectionState(): ConnectionState;

@@ -42,0 +44,0 @@ deviceName(): string;

@@ -22,2 +22,5 @@ "use strict";

class FakeConnectedDevice {
origin() {
return "FAKE-DEVICE";
}
connectionState() {

@@ -24,0 +27,0 @@ return types_1.ConnectionState.CONNECTED;

4

package.json
{
"name": "@psdk/frame-father",
"version": "0.2.59",
"version": "0.2.60",
"description": "psdk",

@@ -55,3 +55,3 @@ "main": "build/index.js",

],
"gitHead": "5f2a48ddd7c5a15ec63854fa5dc086b60617e972"
"gitHead": "23fc53610dfb58bc53be0d385bfef00e8a378da4"
}

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