Socket
Socket
Sign inDemoInstall

@contrast/fn-inspect

Package Overview
Dependencies
Maintainers
9
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/fn-inspect - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

11

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

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