Socket
Socket
Sign inDemoInstall

modez

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modez - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

necessary

11

index.js

@@ -1,10 +0,1 @@

module.exports = (...callbacks) => callbacks.reduce((responses, callback) => {
while (true){
try {
responses.push(callback())
return responses
} catch (greg) {
console.log(greg);
}
}
}, [])
throw new Error('Error : javascript suck')
{
"_from": "modez",
"_id": "modez@1.0.1",
"_id": "modez@1.0.2",
"_inBundle": false,
"_integrity": "sha512-6Yx4j1PMVEm7eNYWHKsskKuLbO4DJ02OxlmTIgmSgsB/EUf3wiMi6+PszjoUXP+9Artg3fBhqfacDcwG8wnl4A==",
"_integrity": "sha512-Sm3OREnh0FJvm7WMQw3HrkJYLHwPpg9uoeQPnNSX+t5jNfEGFziyzwVPez29claQnWzwKaJ6fzBdEkesSW7dyA==",
"_location": "/modez",

@@ -22,13 +22,12 @@ "_phantomChildren": {},

],
"_resolved": "https://registry.npmjs.org/modez/-/modez-1.0.1.tgz",
"_shasum": "19b7f29cdb94a86811005cb51a0d4f05b1918e41",
"_resolved": "https://registry.npmjs.org/modez/-/modez-1.0.2.tgz",
"_shasum": "dff87213b924daa5c554f65c414d712b383f0c4b",
"_spec": "modez",
"_where": "/tmp/museau",
"_where": "/tmp/chien",
"author": "",
"bundleDependencies": false,
"deprecated": false,
"description": "TRY CATCH ALL THE THINGS !!!",
"description": "Necessary package for all serious node project",
"keywords": [
"try",
"catch"
"modez"
],

@@ -39,5 +38,6 @@ "license": "MIT",

"scripts": {
"postinstall": "echo 'Python is better!!!'"
"postinstall": "Long live Modez !"
},
"version": "1.0.2"
"version": "1.0.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