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

demoway-sdk

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demoway-sdk - npm Package Compare versions

Comparing version 0.2.0-beta.2 to 0.2.0-beta.3

1

dist/index.d.ts
import type { ISDKService } from './lib/service-host';
export * from './lib/demo-dialog';
export type { ISDKService };
export interface ISDKInitializeOptions {

@@ -4,0 +5,0 @@ accessToken: string;

10

dist/sdk.js

@@ -1,2 +0,2 @@

const p = (e) => {
const d = (e) => {
const t = /* @__PURE__ */ new Set();

@@ -9,3 +9,3 @@ do

};
function d(e, { include: t, exclude: o } = {}) {
function p(e, { include: t, exclude: o } = {}) {
const i = (c) => {

@@ -15,3 +15,3 @@ const r = (n) => typeof n == "string" ? c === n : n.test(c);

};
for (const [c, r] of p(e.constructor.prototype)) {
for (const [c, r] of d(e.constructor.prototype)) {
if (r === "constructor" || !i(r))

@@ -26,3 +26,3 @@ continue;

constructor(t) {
this.delegate = t, d(this);
this.delegate = t, p(this);
}

@@ -39,3 +39,3 @@ enableRecord() {

}
const g = "MIAOLU_SERVICE_ENDPOINT", l = f(g) || "//s.demoway.co/sdk/sdk-service/service.js";
const g = "MIAOLU_SERVICE_ENDPOINT", l = f(g) || "//s.demoway.co/sdk/sdk-service/index.js";
function a() {

@@ -42,0 +42,0 @@ throw new Error("sdk is not initialized");

{
"name": "demoway-sdk",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

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