New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

return-value

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

return-value - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

AUTHORS

20

package.json
{
"name": "return-value",
"version": "1.0.0",
"version": "1.0.1",
"description": "A package which returns a paramater value",
"main": "index.ts",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "ts-mocha test/**/*.spec.ts"
},
"author": "Bastiaan Jansen",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/expect": "^24.3.0",
"@types/mocha": "^8.2.0",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"ts-mocha": "^8.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {}
}
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