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

@re-ai/inner-tool-sdk

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@re-ai/inner-tool-sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

2

dist/entrys/index.d.ts
import { PayService } from "../services/PayService";
import { SMSService } from "../services/SMSService";
import { WechatService } from "../services/WechatService";
import { RPCClientOptions } from "../types/rpc";

@@ -8,3 +7,2 @@ export declare class ReAITool {

static pay(options?: RPCClientOptions): PayService;
static wechat(options?: RPCClientOptions): WechatService;
}

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

const SMSService_1 = require("../services/SMSService");
const WechatService_1 = require("../services/WechatService");
class ReAITool {

@@ -15,6 +14,3 @@ static sms(options) {

}
static wechat(options) {
return new WechatService_1.WechatService(options);
}
}
exports.ReAITool = ReAITool;
export * from './types/sms';
export * from './types/pay';
export * from './types/wechat';
export * from './entrys';

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

__exportStar(require("./types/pay"), exports);
__exportStar(require("./types/wechat"), exports);
__exportStar(require("./entrys"), exports);
{
"name": "@re-ai/inner-tool-sdk",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "ReAI内部接口sdk",
"main": "dist/index.js",

@@ -14,3 +14,3 @@ "types": "dist/index.d.ts",

},
"homepage": "https://github.com/niklauslu/ReAI-Tool-SDK",
"homepage": "https://github.com/niklauslu/ReAI-Inner-Tool-SDK",
"author": "niklaslc512@gmail.com",

@@ -17,0 +17,0 @@ "license": "ISC",

import { PayService } from "../services/PayService";
import { SMSService } from "../services/SMSService";
import { WechatService } from "../services/WechatService";
import { RPCClientOptions } from "../types/rpc";

@@ -16,5 +15,2 @@

static wechat(options?: RPCClientOptions) {
return new WechatService(options);
}
}
export * from './types/sms'
export * from './types/pay'
export * from './types/wechat'
export * from './entrys'
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