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.12 to 1.0.13

radio-component.md

1

dist/gui/components/radio-component.js

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

el.addEventListener('click', function (evt) {
me.data.value = option.value;
me.el.emit('click', {

@@ -63,0 +64,0 @@ value: option.value

2

package.json
{
"name": "a-frame-components",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

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

@@ -96,11 +96,6 @@ # AFrame Components Repository

### Inference
Why the Emphasis on node_modules/a-frame-components/types/**/*:
Including the node_modules/a-frame-components/types/**/* in the include array concisely tells TypeScript to calibrate its bearings towards fetching from the in-package-type-definitions. This eases the flow of the right kinds of intrinsics about your components across your codebase.
## Components
### Moral Check:
The enlistment of this action leads to telescopic facilities for code hinting, type verifications, and the very blood flow of guided-coding practices.
[Radio Buttons](radio-component.md)
### Conclusively
Your project will sing to the paragons of better structure, dialectic sanity, and order of amplitude if you tow with the very plexus of these vestments.

@@ -107,0 +102,0 @@ ## License

@@ -54,2 +54,3 @@ import { AFRAME } from "../../painter/root";

el.addEventListener('click', (evt) => {
me.data.value = option.value;
me.el.emit('click', {

@@ -56,0 +57,0 @@ value: option.value

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