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

g3d

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g3d - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

12

package.json
{
"name": "g3d",
"version": "0.2.7",
"version": "0.2.8",
"description": "webgl render engine compatible with both browser and gcanvas",

@@ -11,5 +11,6 @@ "main": "dist/g3d.min.js",

"devDependencies": {
"dalaran": "^0.2.5",
"codecov": "^3.1.0",
"dalaran": "^0.2.8",
"expect": "^23.6.0",
"fs-extra": "^7.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",

@@ -27,5 +28,6 @@ "handlebars": "^4.0.12",

"dev": "node ./devtools/index.js dev",
"ci": "node ./devtools/index.js test -coverage && codecov coverage/cobertura-coverage.xml",
"test": "node ./devtools/index.js test",
"test:render": "node ./devtools/index.js test -render",
"test:coverage": "node ./devtools/index.js test -coverage",
"test:coverage": "node ./devtools/index.js test -coverage -render",
"website": "node ./devtools/website.js",

@@ -38,2 +40,2 @@ "prepublishOnly": "npm run build",

"author": "xieguanglei@hotmail.com"
}
}

@@ -7,2 +7,3 @@ <p align="center">

<a href="https://travis-ci.org/alibaba/G3D"><img src ="https://travis-ci.org/alibaba/G3D.svg?branch=master" /></a>
<a href="https://codecov.io/github/alibaba/g3d?branch=master"><img src="https://img.shields.io/codecov/c/github/alibaba/g3d/master.svg"></a>
<a href="https://www.npmjs.com/search?q=g3d"><img src="https://img.shields.io/npm/v/g3d.svg?style=flat"></a>

@@ -9,0 +10,0 @@ </p>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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