+29
| BSD 3-Clause License | ||
| Copyright (c) 2022, SageMath, Inc. | ||
| All rights reserved. | ||
| Redistribution and use in source and binary forms, with or without | ||
| modification, are permitted provided that the following conditions are met: | ||
| 1. Redistributions of source code must retain the above copyright notice, this | ||
| list of conditions and the following disclaimer. | ||
| 2. Redistributions in binary form must reproduce the above copyright notice, | ||
| this list of conditions and the following disclaimer in the documentation | ||
| and/or other materials provided with the distribution. | ||
| 3. Neither the name of the copyright holder nor the names of its | ||
| contributors may be used to endorse or promote products derived from | ||
| this software without specific prior written permission. | ||
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
| FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
| DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
| SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
| CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
| OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+2
-2
@@ -89,3 +89,3 @@ "use strict"; | ||
| int __stack_chk_guard; | ||
| extern int __stack_chk_guard; | ||
| void __stack_chk_fail(void); | ||
@@ -477,4 +477,4 @@ | ||
| _CLOCK_MONOTONIC | ||
| _CLOCK_REALTIME | ||
| _CLOCK_PROCESS_CPUTIME_ID | ||
| _CLOCK_REALTIME | ||
| _CLOCK_THREAD_CPUTIME_ID | ||
@@ -481,0 +481,0 @@ _Exit |
@@ -196,3 +196,3 @@ | ||
| int __stack_chk_guard; | ||
| extern int __stack_chk_guard; | ||
| void __stack_chk_fail(void); | ||
@@ -199,0 +199,0 @@ |
| TODO | ||
| TODO | ||
| TODO | ||
| TODO |
+16
-11
| { | ||
| "name": "dylink", | ||
| "version": "0.13.0", | ||
| "version": "0.14.0", | ||
| "description": "Support for dynamic linking of WebAssembly code via Javascript built using wasm32-unknown-emscripten", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "tsc": "npx tsc -w", | ||
| "build": "tsc -b", | ||
| "test": "make test", | ||
| "prepublishOnly": "npm run build && make test" | ||
| }, | ||
| "bin": { | ||
| "dylink-libpython": "dist/libpython.js" | ||
| }, | ||
| "files": ["dist/*", "README.md", "package.json", "tsconfig.json"], | ||
| "files": [ | ||
| "dist/*", | ||
| "README.md", | ||
| "package.json", | ||
| "tsconfig.json" | ||
| ], | ||
| "repository": { | ||
@@ -36,3 +35,2 @@ "type": "git", | ||
| "devDependencies": { | ||
| "@cowasm/posix-wasm": "^1.0.3", | ||
| "@types/jest": "^29.2.0", | ||
@@ -42,3 +40,4 @@ "@types/node": "^18.11.3", | ||
| "typescript": "^4.8.4", | ||
| "wasi-js": "^1.7.2" | ||
| "@cowasm/posix-wasm": "1.2.1", | ||
| "wasi-js": "1.7.3" | ||
| }, | ||
@@ -48,3 +47,9 @@ "dependencies": { | ||
| "debug": "^4.3.4" | ||
| }, | ||
| "scripts": { | ||
| "preinstall": "npx only-allow pnpm", | ||
| "tsc": "pnpm exec tsc -w", | ||
| "build": "tsc -b", | ||
| "test": "make test" | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
395911
1.31%45
2.27%1
Infinity%