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

@coconut-xr/natuerlich

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coconut-xr/natuerlich - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/pose.js

@@ -55,3 +55,3 @@ import { Matrix4, Quaternion } from "three";

export function getHandPose(path, baseUrl) {
const href = [path, baseUrl].join("/").replace(/\/(\/)+/, "/");
const href = [path, baseUrl].join("/").replace(/(?<!https:)(?<!http:)\/(\/)+/g, "/");
const pose = poseStorage.get(href);

@@ -58,0 +58,0 @@ if (pose != null) {

{
"name": "@coconut-xr/natuerlich",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": {

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