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

go-for-it

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go-for-it - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

15

package.json
{
"name": "go-for-it",
"license": "MIT",
"version": "1.0.1",
"description": "Async Control Flow without Exceptions nor Monads",
"version": "1.0.2",
"description": "Error handling à la golang.",
"engines": {

@@ -34,4 +34,2 @@ "node": "^8.5.0"

"mocha": "^3.5.3",
"nsp": "^2.8.0",
"nyc": "^11.2.1",
"power-assert": "^1.4.4",

@@ -42,10 +40,7 @@ "yarn": "^1"

"scripts": {
"coverage": "nyc report --reporter=lcov --reporter=html --reporter=text-summary --reporter=text",
"lint": "eslint --cache -f node_modules/eslint-formatter-pretty --ignore-path .gitignore --ignore-pattern gists .",
"lint": "eslint --cache -f node_modules/eslint-formatter-pretty --ignore-path .gitignore .",
"pretest": "npm run lint",
"test": "npm run test-only",
"test-only": "NODE_ENV=test nyc mocha $(find test -name '*.spec.js')",
"test-watch": "mocha -w test/**/*.spec.js",
"posttest": "nsp check"
"test": "mocha test/**/*.spec.js",
"test-watch": "mocha -w test/**/*.spec.js"
}
}

@@ -7,3 +7,3 @@ # go-for-it

Read the blog post
Read the blog post:
> [Async Control Flow without Exceptions nor Monads](https://medium.com/@gunar/async-control-flow-without-exceptions-nor-monads-b19af2acc553)

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

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