Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webarkit/jsartoolkit-nft

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webarkit/jsartoolkit-nft - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

build/artoolkitNFT_ES6_wasm_td.js

0

.prettierc.json

@@ -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

32

package.json
{
"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 @@ {

@@ -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

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