@contrast/fn-inspect
Advanced tools
Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "@contrast/fn-inspect", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Retrieve function name and line number from a function reference", | ||
@@ -32,3 +32,2 @@ "keywords": [ | ||
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.5.0 -t 22.2.0 --strip --napi false", | ||
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.5.0 -t 22.2.0 --strip --napi false", | ||
"build:darwin": "npm run build -- --arch x64+arm64", | ||
@@ -38,2 +37,3 @@ "build:win32": "npm run build", | ||
"download": "node scripts/download-artifacts.js", | ||
"release": "gh workflow run release.yaml", | ||
"test": "c8 --reporter lcov --reporter text mocha .", | ||
@@ -58,10 +58,9 @@ "test:valgrind": "valgrind --xml=yes --xml-file=./valgrind.xml --trace-children=yes --leak-check=full --show-leak-kinds=all mocha . && node scripts/parse-valgrind.js" | ||
"mocha": "^10.2.0", | ||
"node-gyp": "^10.1.0", | ||
"node-gyp": "10.1.0", | ||
"prebuildify": "^6.0.1", | ||
"prebuildify-cross": "^5.0.0", | ||
"rimraf": "^5.0.1", | ||
"rimraf": "^5.0.9", | ||
"semver": "^7.5.4", | ||
"unzipper": "^0.10.14", | ||
"unzipper": "^0.12.2", | ||
"xml-js": "^1.6.11" | ||
} | ||
} |
@@ -31,3 +31,15 @@ # @contrast/fn-inspect | ||
Simply run `npm version` and `git push && git push --tags`. CI will take care of | ||
releasing. | ||
Simply run `npm version` and then invoke the `release` workflow. You can run | ||
`release` using the github UI or, if you have the github CLI installed, you | ||
can run `gh workflow run release.yml` (also available via `npm run release`). | ||
Note that `upload-artifacts@v4` no longer works when there are multiple | ||
artifacts with the same name. That's why the `release` workflow has the | ||
following section: | ||
``` | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: prebuilds-${{ matrix.build-group }} | ||
path: prebuilds/ | ||
``` |
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 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
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
1120070
14
45
1