Huge News!Announcing our $40M Series B led by Abstract Ventures.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.32 to 1.0.34

7

package.json
{
"name": "a-frame-components",
"version": "1.0.32",
"version": "1.0.34",
"description": "",

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

"version:major": "npm version major",
"deploy-package": "npm run commit && npm run version:patch && npx tsc && npm run commit && npm publish"
"clean": "rimraf dist",
"build": "npm run clean && npx tsc",
"deploy-package": "npm run commit && npm run version:patch && npm run build && npm run commit && npm publish"
},

@@ -24,4 +26,5 @@ "author": "",

"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
}

@@ -29,2 +29,3 @@ import bevelbox from "./bevelbox";

import skeletonBody from "./skeleton-body";
export default function () {

@@ -31,0 +32,0 @@ dualArcs();

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