Socket
Socket
Sign inDemoInstall

@hapi/hoek

Package Overview
Dependencies
0
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0 to 10.0.1

4

lib/index.d.ts

@@ -329,3 +329,3 @@ /// <reference types="node" />

*/
export function assert(condition: any, error: Error): void;
export function assert(condition: any, error: Error): asserts condition;

@@ -341,3 +341,3 @@

*/
export function assert(condition: any, ...args: any): void;
export function assert(condition: any, ...args: any): asserts condition;

@@ -344,0 +344,0 @@

@@ -1,2 +0,3 @@

Copyright (c) 2011-2022, Sideway Inc, and project contributors
Copyright (c) 2011-2022, Project contributors
Copyright (c) 2011-2020, Sideway Inc
Copyright (c) 2011-2014, Walmart

@@ -3,0 +4,0 @@ Copyright (c) 2011, Yahoo Inc.

{
"name": "@hapi/hoek",
"description": "General purpose node utilities",
"version": "10.0.0",
"version": "10.0.1",
"repository": "git://github.com/hapijs/hoek",

@@ -20,5 +20,5 @@ "main": "lib/index.js",

"devDependencies": {
"@hapi/code": "9.0.0-beta.0",
"@hapi/code": "^9.0.0",
"@hapi/eslint-plugin": "*",
"@hapi/lab": "25.0.0-beta.1",
"@hapi/lab": "^25.0.1",
"@types/node": "^17.0.30",

@@ -25,0 +25,0 @@ "typescript": "~4.6.4"

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