🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

aframe-gradient-sky

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-gradient-sky - npm Package Compare versions

Comparing version

to
1.0.1

4

package.json
{
"name": "aframe-gradient-sky",
"version": "1.0.0",
"version": "1.0.1",
"description": "A-Frame gradient sky component",
"main": "./src/index.js",
"main": "./dist/index.js",
"directories": {

@@ -7,0 +7,0 @@ "example": "example"

@@ -23,3 +23,3 @@ # aframe-gradient-sky

<a-scene>
<a-gradient-sky material="topColor: 255 0 0; bottomColor: 0 121 255;"></a-gradient-sky>
<a-gradient-sky material="shader: gradient; topColor: 255 0 0; bottomColor: 0 121 255;"></a-gradient-sky>
</a-scene>

@@ -29,3 +29,3 @@ </body>

#### NPM Installation
<!-- #### NPM Installation

@@ -43,2 +43,2 @@ Install via NPM:

require('aframe-gradient-sky');
```
``` -->

Sorry, the diff of this file is not supported yet