@webarkit/jsartoolkit-nft
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ var browser = (function () { |
@@ -0,0 +0,0 @@ var browser = (function () { |
@@ -0,0 +0,0 @@ var scope; |
@@ -0,0 +0,0 @@ var browser = (function () { |
@@ -0,0 +0,0 @@ var browser = (function () { |
@@ -0,0 +0,0 @@ ; (function () { |
@@ -0,0 +0,0 @@ import ARToolkitNFT from "../build/artoolkitNFT_embed_ES6_wasm.js"; |
@@ -0,0 +0,0 @@ var browser = (function () { |
@@ -0,0 +0,0 @@ var browser = (function () { |
@@ -0,0 +0,0 @@ // Ref: https://jaantollander.com/post/noise-filtering-using-one-euro-filter/#mjx-eqn%3A1 |
@@ -0,0 +0,0 @@ // Ref: https://jaantollander.com/post/noise-filtering-using-one-euro-filter/#mjx-eqn%3A1 |
@@ -0,0 +0,0 @@ GNU LESSER GENERAL PUBLIC LICENSE |
{ | ||
"name": "@webarkit/jsartoolkit-nft", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"main": "dist/ARToolkitNFT.js", | ||
@@ -39,17 +39,17 @@ "types": "types/src/index.d.ts", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4", | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"babel-loader": "^9.1.2", | ||
"karma": "^6.4.1", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"@babel/core": "^7.22.20", | ||
"@babel/plugin-transform-runtime": "^7.22.15", | ||
"@babel/preset-env": "^7.22.20", | ||
"babel-loader": "^9.1.3", | ||
"karma": "^6.4.2", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-qunit": "^4.1.2", | ||
"prettier": "^2.8.7", | ||
"qunit": "^2.19.4", | ||
"ts-loader": "^9.4.2", | ||
"typedoc": "^0.23.28", | ||
"typescript": "^5.0.3", | ||
"webpack": "^5.77.0", | ||
"webpack-cli": "^5.0.1" | ||
"prettier": "^3.0.3", | ||
"qunit": "^2.20.0", | ||
"ts-loader": "^9.4.4", | ||
"typedoc": "^0.25.1", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
@@ -70,5 +70,5 @@ "scripts": { | ||
"dependencies": { | ||
"@babel/runtime": "^7.21.0", | ||
"axios": "^1.3.4" | ||
"@babel/runtime": "^7.22.15", | ||
"axios": "^1.5.0" | ||
} | ||
} |
@@ -40,2 +40,8 @@ ![github releases](https://flat.badgen.net/github/release/webarkit/jsartoolkitNFT) | ||
## Pthread | ||
From 1.6.0 version has **Pthread** experimental feature 🎉 🎉 🎉 | ||
❕❕❕ ATTENTION: this feature is experimental and it is not well tested yet. It is not recommended to use it in production. | ||
You need to set up a server with COOP and COEP headers to use this feature. Read this [Emscripten article](https://emscripten.org/docs/porting/pthreads.html#pthreads-support) | ||
## Using the library 💥 | ||
@@ -42,0 +48,0 @@ You can use raw.githack.com links: |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ { |
@@ -32,2 +32,3 @@ const path = require("path"); | ||
}; | ||
return [ | ||
@@ -86,3 +87,30 @@ { | ||
}, | ||
{ | ||
name: "threaded", | ||
devtool, | ||
entry: "./src/index_td.ts", | ||
output: { | ||
//path: path.resolve('dist'), | ||
path: path.resolve(__dirname, "dist"), | ||
filename: "ARToolkitNFT_td.js", | ||
//library: "ARToolkitNFT", | ||
libraryTarget: "umd", | ||
// @see: https://github.com/webpack/webpack/issues/3929 | ||
//libraryExport: "default", | ||
// @see: https://github.com/webpack/webpack/issues/6522 | ||
globalObject: "typeof self !== 'undefined' ? self : this", | ||
}, | ||
resolve: { | ||
extensions: [".tsx", ".ts", ".js"], | ||
// @see https://stackoverflow.com/questions/59487224/webpack-throws-error-with-emscripten-cant-resolve-fs | ||
fallback: { | ||
fs: false, | ||
path: false, | ||
crypto: false, | ||
}, | ||
}, | ||
module, | ||
}, | ||
]; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14333276
81
33811
159
5
5
23
47
Updated@babel/runtime@^7.22.15
Updatedaxios@^1.5.0