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

axis3d

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axis3d - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

dist/axis3d.js

62

package.json
{
"name": "axis3d",
"version": "0.1.12",
"version": "0.1.13",
"description": "Minimal functional graphics library.",

@@ -16,7 +16,6 @@ "scripts": {

],
"main": "dist/axis.min.js",
"main": "dist/axis3d.min.js",
"author": "Joseph Werle <werle@littlstar.com>",
"license": "MIT",
"dependencies": {
},
"dependencies": {},
"standard": {

@@ -48,35 +47,23 @@ "ignore": [

"babelify": "^7.3.0",
"bound-points": "^1.0.0",
"browserify": "^13.1.0",
"budo": "^9.0.0",
"budo": "^10.0.3",
"bunny": "^1.0.1",
"cdt2d": "^1.0.0",
"clamp": "^1.0.1",
"clean-pslg": "^1.1.2",
"color-shader-functions": "^0.0.2",
"color-space": "^1.14.7",
"color-string": "^1.5.2",
"colortape": "^0.1.2",
"control-panel": "^1.2.0",
"cp": "^0.2.0",
"debug": "^2.2.0",
"defined": "^1.0.0",
"derequire": "^2.0.6",
"devtool": "^2.3.1",
"dom-events": "^0.1.1",
"esdoc": "^0.5.2",
"esdoc-es7-plugin": "0.0.3",
"esdoc-importpath-plugin": "^0.1.1",
"faucet": "^0.0.1",
"glslify-babel": "^1.0.1",
"glslify-fancy-imports": "^1.0.1",
"glslify-import": "^3.0.0",
"glslify-live": "^2.1.1",
"icosphere": "^1.0.0",
"resl": "^1.0.3",
"rollupify": "^0.3.4",
"snowden": "^1.0.1",
"standard": "^8.0.0",
"teapot": "^1.0.0",
"tape": "^4.6.3",
"uglifyify": "^3.0.4",
"bound-points": "^1.0.0",
"cdt2d": "^1.0.0",
"clamp": "^1.0.1",
"clean-pslg": "^1.1.2",
"color-space": "^1.14.7",
"color-string": "^1.5.2",
"debug": "^2.2.0",
"defined": "^1.0.0",
"dom-events": "^0.1.1",
"extrude": "^1.0.1",

@@ -86,2 +73,3 @@ "extrude-by-path": "^1.1.0",

"eye-vector": "^1.0.0",
"faucet": "^0.0.1",
"get-unique-permutations": "^1.0.0",

@@ -98,2 +86,7 @@ "gl-mat4": "^1.1.4",

"glslify": "^6.0.0",
"glslify-babel": "^1.0.1",
"glslify-fancy-imports": "^1.0.1",
"glslify-import": "^3.0.0",
"glslify-live": "^2.1.1",
"icosphere": "^1.0.0",
"keycode": "^2.1.4",

@@ -115,5 +108,13 @@ "math-euler": "^0.1.1",

"raf": "^3.3.0",
"regl": "^1.3.0",
"regl": "git+ssh://git@github.com:littlstar/regl.git#gh-pages",
"resl": "^1.0.3",
"rollupify": "^0.3.4",
"screen-projected-lines": "^1.2.0",
"snowden": "^1.0.1",
"standard": "^8.0.0",
"tape": "^4.6.3",
"teapot": "^1.0.0",
"touch-position": "^2.0.0",
"uglify-js": "^3.0.14",
"uglifyify": "^3.0.4",
"unindex-mesh": "^2.0.0",

@@ -138,4 +139,7 @@ "vectorize-text": "^3.0.2",

"contributors": [
{"name": "Vanessa Pyne", "email": "vip@littlstar.com"}
{
"name": "Vanessa Pyne",
"email": "vip@littlstar.com"
}
]
}

@@ -79,3 +79,3 @@ Axis3D

const frame = Frame(ctx)
const box = Mesh(ctx, { geometry: BoxGeometry(ctx) })
const box = Mesh(ctx, { geometry: BoxGeometry() })

@@ -82,0 +82,0 @@ const rotation = [0, 0, 0, 1]

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