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

@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.2.0 to 2.2.1

darwin-14/codeevents.node

31

package.json
{
"name": "@contrast/fn-inspect",
"version": "2.2.0",
"version": "2.2.1",
"description": "Retrieve function name and line number from a function reference",
"main": "index.js",
"scripts": {
"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"
"release": "node scripts/make-release.js",
"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"
},

@@ -31,6 +32,18 @@ "repository": {

"**/*.js": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"files": [
"code-event-types.js",
"index.js",
"win32-10/**",
"win32-12/**",
"win32-14/**",
"linux-10/**",
"linux-12/**",
"linux-14/**",
"darwin-10/**",
"darwin-12/**",
"darwin-14/**"
],
"devDependencies": {

@@ -40,2 +53,3 @@ "@contrast/eslint-config": "^2.0.0",

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

@@ -51,5 +65,8 @@ "eslint-config-prettier": "^6.11.0",

"nyc": "^15.0.1",
"prettier": "^1.19.1"
"prettier": "^1.19.1",
"yargs-interactive": "^3.0.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

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