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

yach-jsapi

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yach-jsapi - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

lib/api/biz/util/uploadAttachment.d.ts

2

lib/api/index.d.ts

@@ -9,2 +9,3 @@ /**util*/

import { downloadFile } from './biz/util/downloadFile';
import { uploadAttachment } from './biz/util/uploadAttachment';
/**navigation*/

@@ -53,2 +54,3 @@ import { setIcon } from './biz/navigation/setIcon';

downloadFile: typeof downloadFile;
uploadAttachment: typeof uploadAttachment;
};

@@ -55,0 +57,0 @@ telephone: {

4

lib/api/index.js

@@ -12,2 +12,3 @@ "use strict";

var downloadFile_1 = require("./biz/util/downloadFile");
var uploadAttachment_1 = require("./biz/util/uploadAttachment");
/**navigation*/

@@ -57,3 +58,4 @@ var setIcon_1 = require("./biz/navigation/setIcon");

previewImage: previewImage_1.previewImage,
downloadFile: downloadFile_1.downloadFile
downloadFile: downloadFile_1.downloadFile,
uploadAttachment: uploadAttachment_1.uploadAttachment
},

@@ -60,0 +62,0 @@ telephone: {

@@ -12,2 +12,3 @@ import './entry/index';

downloadFile: typeof import("./api/biz/util/downloadFile").downloadFile;
uploadAttachment: typeof import("./api/biz/util/uploadAttachment").uploadAttachment;
};

@@ -14,0 +15,0 @@ telephone: {

{
"name": "yach-jsapi",
"version": "1.0.24",
"version": "1.0.25",
"description": "",

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

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