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

@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.0 to 0.5.1

build/toolkit/base64.d.ts

4

build/father/command/print/command.js

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

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

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

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

@@ -17,0 +17,0 @@ }

{
"name": "@psdk/frame-father",
"version": "0.5.0",
"version": "0.5.1",
"description": "psdk",

@@ -26,9 +26,6 @@ "main": "build/index.js",

},
"dependencies": {
"js-base64": "^3.7.7"
},
"files": [
"build"
],
"gitHead": "0de75b4e37274d7a68a04aa34501fa3297769185"
"gitHead": "48afe8b21cd43081534a6a0803edc4335294ff05"
}
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