Socket
Socket
Sign inDemoInstall

@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.1.0 to 0.1.1

0

build/device/adapter/connected_device.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export * from './connected_device';
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "../command";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Arg, BasicArg } from "../arg";

6

build/father/args/common/easy.js

@@ -57,6 +57,8 @@ "use strict";

append(arg) {
return super.append(arg);
super.append(arg);
return this;
}
prepend(arg) {
return super.prepend(arg);
super.prepend(arg);
return this;
}

@@ -63,0 +65,0 @@ clause() {

@@ -0,0 +0,0 @@ import { EasyArg } from "./easy";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './arg';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './print/command';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum ClauseType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "./command_clause";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare abstract class Appendat<T> {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "../print/command_clause";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './args';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './psdk_const';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConnectedDevice } from "../../device/adapter";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './device/adapter';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './byte';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class PVariableKit {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@psdk/frame",
"version": "0.1.0",
"version": "0.1.1",
"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