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

@types/chai-spies

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chai-spies - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

chai-spies/index.d.ts

@@ -78,3 +78,3 @@ // Type definitions for chai-spies 1.0.0

*/
on(object: Object, methodNames: string | string[], fn?: (parameters: any[]|any) => any): any;
on(object: Object, methodNames: string | string[], fn?: (...parameters: any[]|any) => any): any;

@@ -143,3 +143,3 @@ /**

*/
on(object: Object, methodNames: string | string[], fn?: (parameters: any[]|any) => any): any;
on(object: Object, methodNames: string | string[], fn?: (...parameters: any[]|any) => any): any;

@@ -146,0 +146,0 @@ /**

{
"name": "@types/chai-spies",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for chai-spies",

@@ -34,4 +34,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "5265aaa2bc5a29e26b1aa7ed9c08a33f9b7e58b31ad06eccb246d09be8a4b163",
"typeScriptVersion": "3.1"
"typesPublisherContentHash": "74f94c988e686363d842d53df2d00ed00ae0f9537c749d1de8e58f67faeaf29e",
"typeScriptVersion": "3.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 01 Sep 2020 13:12:48 GMT
* Last updated: Thu, 03 Dec 2020 12:42:26 GMT
* Dependencies: [@types/chai](https://npmjs.com/package/@types/chai)

@@ -14,0 +14,0 @@ * Global values: `spies`

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