New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@abstractest/types

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abstractest/types - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

4

package.json
{
"name": "@abstractest/types",
"version": "0.4.1",
"version": "0.5.0",
"description": "abstractest types",

@@ -28,3 +28,3 @@ "publishConfig": {

"@abstractest/infra": "workspace:*",
"@types/node": "^20.4.0"
"@types/node": "^20.4.1"
},

@@ -31,0 +31,0 @@ "files": [

@@ -116,3 +116,7 @@ // https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/test.d.ts

}
(val: any): Asserters & {not: Asserters}
(val: any): Asserters & {
not: Asserters,
resolves: Asserters & {not: Asserters},
rejects: Asserters & {not: Asserters}
}
}

@@ -119,0 +123,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