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

@manycore/idp-sdk

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manycore/idp-sdk - npm Package Compare versions

Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8

CHANGELOG.md

16

package.json

@@ -1,1 +0,15 @@

{"name":"@manycore/idp-sdk","version":"1.0.0-alpha.7","description":"idp sdk typings","homepage":"","license":"ISC","release":{"scripts":{"pre-public":"echo skip"}},"maintainers":["kujiale"]}
{
"name": "@manycore/idp-sdk",
"version": "1.0.0-alpha.8",
"description": "idp sdk typings",
"homepage": "",
"license": "ISC",
"release": {
"scripts": {
"pre-public": "echo skip"
}
},
"maintainers": [
"kujiale"
]
}

@@ -597,2 +597,8 @@ // QunHe Math API:

/**
* Creates an instance KLineSegment2d
* @param startPoint The start point of the 2D line segment.
* @param endPoint The end point of the 2D line segment.
*/
createLineSegment2d(startPoint: KPoint2d, endPoint: KPoint2d): KLineSegment2d;
/**
* Create an instance of KLineSegment3d.

@@ -599,0 +605,0 @@ * @param startPoint The start point of the 3D line segment.

4

src/@qunhe/miniapp-types/index.d.ts

@@ -8,6 +8,2 @@ /** the promise passed from host cannot be chained */

/**
* the iframe under the host
*/
readonly frame: HTMLIFrameElement;
/**
* flag for check the whether the view mounted

@@ -14,0 +10,0 @@ */

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