
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
superapi-51aes
Advanced tools
51WORLD SuperAPI is a set of programming interfaces developed by JavaScript that is responsible for negotiating between web pages and cloud rendering platforms. Supported by 51Cloud rendering platform, it enables the users to create any HTML5 UI element o
SuperAPI is a set of cloud rendering and front-end display application programming interfaces (API) developed by JavaScript. On the basis of the 51 cloud rendering platform, the client 3D scene is embedded in the web page in the form of video stream. Users can overlay their own data components and interact with the scene in both directions. SuperAPI is compatible with current mainstream JavaScript front-end frameworks, providing fast and convenient development interfaces for front-end developers.
The 51SuperAPI platform based on the full factor scene makes the development of 3D scenes so easy!
To check out and docs, visit superapi.51aes.com
npm i superapi-51aes
import cloudRenderer from 'superapi-51aes';
<script src="https://unpkg.com/superapi-51aes/lib/superAPI.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/superapi-51aes/lib/superAPI.min.js"></script>
var cloudRender = new cloudRenderer('renderViewID', 0);
cloudRender.SuperAPI('StartRenderCloud', 'cloudurl');
cloudRender.SuperAPI('StopRenderCloud');
Copyright (c) 2019-present, 51WORLD
FAQs
51WORLD SuperAPI is a set of programming interfaces developed by JavaScript that is responsible for negotiating between web pages and cloud rendering platforms. Supported by 51Cloud rendering platform, it enables the users to create any HTML5 UI element o
The npm package superapi-51aes receives a total of 2 weekly downloads. As such, superapi-51aes popularity was classified as not popular.
We found that superapi-51aes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.