Socket
Socket
Sign inDemoInstall

@vxna/gltf-loader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vxna/gltf-loader - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

14

package.json
{
"name": "@vxna/gltf-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "An opinionated webpack loader for glTF files",

@@ -31,4 +31,3 @@ "author": "vxna",

"lint": "eslint . --cache --fix",
"format": "prettier --write **/*.{js,md}",
"precommit": "lint-staged"
"format": "prettier --write **/*.{js,md}"
},

@@ -45,2 +44,3 @@ "dependencies": {

"file-loader": "^3.0.1",
"husky": "^1.3.1",
"jest": "^24.5.0",

@@ -51,2 +51,5 @@ "lint-staged": "^8.1.5",

},
"peerDependencies": {
"webpack": "^4.0.0"
},
"eslintConfig": {

@@ -62,2 +65,7 @@ "extends": "tamia"

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -64,0 +72,0 @@ "*.js": [

@@ -9,3 +9,3 @@ # @vxna/gltf-loader

This loader emits warning on glTF files with [base64-encoded](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#uris) resources because they are less efficient.
This loader emits warning on glTF files with [Data URI](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#uris) resources because they are less efficient.
If you want self-contained files, consider [GLB file format](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#glb-file-format-specification) instead and use it with [file-loader](https://github.com/webpack-contrib/file-loader) only.

@@ -12,0 +12,0 @@

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