Socket
Socket
Sign inDemoInstall

@contrast/fn-inspect

Package Overview
Dependencies
Maintainers
18
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 2.3.0 to 2.3.1

14

package.json
{
"name": "@contrast/fn-inspect",
"version": "2.3.0",
"version": "2.3.1",
"description": "Retrieve function name and line number from a function reference",

@@ -8,4 +8,4 @@ "main": "index.js",

"release": "node scripts/make-release.js",
"valgrind-test": "valgrind --trace-children=yes --leak-check=full --show-leak-kinds=all mocha --timeout 60000 test",
"test": "nyc --reporter=text-summary --reporter=html --report-dir=./coverage mocha test"
"test:valgrind": "valgrind --xml=yes --xml-file=./valgrind.xml --trace-children=yes --leak-check=full --show-leak-kinds=all mocha --timeout 60000 test && node scripts/parse-valgrind.js",
"test": "nyc --reporter=text-summary --reporter=html --reporter=lcov --report-dir=./coverage mocha test"
},

@@ -33,4 +33,3 @@ "repository": {

"**/*.js": [
"eslint --fix",
"git add"
"eslint --fix"
]

@@ -55,2 +54,3 @@ },

"chai": "^4.2.0",
"codecov": "^3.8.0",
"eslint": "^6.8.0",

@@ -69,3 +69,5 @@ "eslint-config-prettier": "^6.11.0",

},
"dependencies": {}
"dependencies": {
"xml-js": "^1.6.11"
}
}

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

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