Socket
Socket
Sign inDemoInstall

nullthrows

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

nullthrows.d.ts

18

package.json
{
"name": "nullthrows",
"version": "1.0.0",
"version": "1.0.1",
"description": "flow typed nullthrows",

@@ -14,2 +14,3 @@ "keywords": [

"files": [
"nullthrows.d.ts",
"nullthrows.js",

@@ -19,11 +20,20 @@ "nullthrows.js.flow"

"main": "nullthrows.js",
"types": "nullthrows.d.ts",
"repository": "https://github.com/zertosh/nullthrows",
"scripts": {
"test": "tap test/*.js"
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"flow-bin": "0.30.0",
"tap": "^6.2.0"
"flow-bin": "0.33.0",
"jest": "^21.0.0",
"typescript": "2.7.2"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/__fixtures__/"
],
"watchman": false
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc