Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@gojob/wait-for-assertion

Package Overview
Dependencies
2
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

10

package.json
{
"name": "@gojob/wait-for-assertion",
"version": "1.0.3",
"version": "1.0.4",
"description": "Wait for asynchronous testing assertions",

@@ -9,6 +9,8 @@ "repository": "https://github.com/gojob-1337/wait-for-assertion.git",

"types": "./dist/wait-for-assertion.d.ts",
"main": "./dist/wait-for-assertion.js",
"scripts": {
"compile": "./node_modules/.bin/tsc",
"build": "./node_modules/.bin/tsc -p tsconfig.build.json",
"test": "./node_modules/.bin/jest"
"test": "./node_modules/.bin/jest",
"lint": "./node_modules/.bin/tslint -p ."
},

@@ -19,3 +21,7 @@ "devDependencies": {

"jest": "^24.8.0",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.4.5"

@@ -22,0 +28,0 @@ },

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