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

a-frame-components

Package Overview
Dependencies
Maintainers
1
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-frame-components - npm Package Compare versions

Comparing version 1.0.250 to 1.0.251

2

dist/react/components/canvas-image.js

@@ -72,3 +72,3 @@ var __assign = (this && this.__assign) || function () {

this.loadImage();
plane.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, function (evt) { return __awaiter(_this, void 0, void 0, function () {
me.el.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, function (evt) { return __awaiter(_this, void 0, void 0, function () {
var _a, data, category;

@@ -75,0 +75,0 @@ return __generator(this, function (_b) {

{
"name": "a-frame-components",
"version": "1.0.250",
"version": "1.0.251",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -28,3 +28,3 @@ import mixin from '../../gui/components/mixin';

this.loadImage();
plane.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, async (evt) => {
me.el.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, async (evt) => {
const { data, category } = evt.detail;

@@ -31,0 +31,0 @@ if (me.data.category === category) {

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