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

pub-test-kaku

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pub-test-kaku - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

8

dist/index.d.ts

@@ -49,8 +49,4 @@ import { useLayoutEffect, RefObject, Ref } from 'react';

declare class AgoraRTCReact {
readonly appType = 1001;
constructor();
}
declare const instance: AgoraRTCReact;
declare const VERSION = "0.0.13";
export { instance as AgoraRTCReact, applyRef, isPromise, useAsyncEffect, useAwaited, useForceUpdate, useForwardRef, useIsUnmounted, useIsomorphicLayoutEffect, useSafePromise };
export { VERSION, applyRef, isPromise, useAsyncEffect, useAwaited, useForceUpdate, useForwardRef, useIsUnmounted, useIsomorphicLayoutEffect, useSafePromise };
'use strict';
var react = require('react');
var AgoraRTC = require('agora-rtc-sdk-ng');
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
var AgoraRTC__default = /*#__PURE__*/_interopDefault(AgoraRTC);
// src/hooks/tools.ts

@@ -148,13 +153,12 @@

}
// src/rtc.ts
var AgoraRTCReact = class {
appType = 1001;
constructor() {
console.log(1);
AgoraRTC__default.default.setAppType(this.appType);
}
};
var instance = new AgoraRTCReact();
new AgoraRTCReact();
var VERSION = "0.0.13";
exports.AgoraRTCReact = instance;
exports.VERSION = VERSION;
exports.applyRef = applyRef;

@@ -161,0 +165,0 @@ exports.isPromise = isPromise;

{
"name": "pub-test-kaku",
"version": "0.0.12",
"version": "0.0.13",
"private": false,

@@ -89,2 +89,3 @@ "description": "pub-test-kaku sdk",

"commitMessage": "chore: release ${version}",
"requireCleanWorkingDir": false,
"tagName": "v${version}"

@@ -91,0 +92,0 @@ },

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