Socket
Socket
Sign inDemoInstall

@psdk/frame-father

Package Overview
Dependencies
Maintainers
0
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.5.8 to 0.5.9

dist/index.js.map

4

build/father/command/print/command.js

@@ -31,3 +31,3 @@ "use strict";

const types_1 = require("../../types");
const base64_1 = require("../../../toolkit/base64");
const js_base64_1 = require("js-base64");
const command_clause_1 = require("./command_clause");

@@ -38,3 +38,3 @@ const toolkit_1 = require("../../../toolkit");

base64() {
return base64_1.Base64.fromUint8Array(this.binary());
return js_base64_1.Base64.fromUint8Array(this.binary());
}

@@ -41,0 +41,0 @@ }

{
"name": "@psdk/frame-father",
"version": "0.5.8",
"version": "0.5.9",
"description": "psdk",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"build": "tsc",
"package": "tsc && esbuild build/index.js --bundle --outfile=dist/index.js",
"package": "tsc && node esbuild.js",
"test": "jest",

@@ -23,2 +23,3 @@ "docs": "npx typedoc --out dist/docs index.ts"

"jest": "^29.7.0",
"js-base64": "^3.7.7",
"ts-jest": "^29.1.5",

@@ -33,3 +34,3 @@ "ts-node": "^10.9.2",

],
"gitHead": "1226f5678d72f14d55df3910dbf3f7e1a7595bdb"
"gitHead": "9d88a4e272f866005196481a70fd526eb992b5cf"
}

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

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