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

@psdk/frame

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psdk/frame - npm Package Compare versions

Comparing version 0.0.20-snapshot to 0.0.21-snapshot

5

build/device/adapter/types.d.ts

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

readonly timeout: any;
readonly length?: any;
constructor(options?: {

@@ -64,8 +63,4 @@ /**

timeout?: number;
/**
* Read length, default is null
*/
length?: number;
});
}
//# sourceMappingURL=types.d.ts.map

1

build/device/adapter/types.js

@@ -53,5 +53,4 @@ "use strict";

this.timeout = (_a = options === null || options === void 0 ? void 0 : options.timeout) !== null && _a !== void 0 ? _a : 10;
this.length = options === null || options === void 0 ? void 0 : options.length;
}
}
exports.ReadOptions = ReadOptions;

2

package.json
{
"name": "@psdk/frame",
"version": "0.0.20-snapshot",
"version": "0.0.21-snapshot",
"description": "psdk",

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

Sorry, the diff of this file is too big to display

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