Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/sinon

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinon - npm Package Compare versions

Comparing version 1.16.31 to 1.16.32

2

sinon/index.d.ts

@@ -440,2 +440,2 @@ // Type definitions for Sinon 1.16.0

export = Sinon;
export as namespace Sinon;
export as namespace sinon;
{
"name": "@types/sinon",
"version": "1.16.31",
"version": "1.16.32",
"description": "TypeScript definitions for Sinon 1.16.0",

@@ -14,4 +14,5 @@ "license": "MIT",

"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "f24d5ee2839287861383b42207376074cb5fe6f140f49b01e065c6e3a084c8db"
"typesPublisherContentHash": "92d9254b9c9ac10bb2321301a4d7ee1a2d3e34d1b85c1a320e69d84242f31936"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Sun, 25 Sep 2016 23:34:51 GMT
* Last updated: Wed, 16 Nov 2016 18:01:31 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Global values: Sinon
* Global values: Sinon, sinon
# Credits
These definitions were written by William Sears <https://github.com/mrbigdog2u>.

@@ -6,4 +6,4 @@ {

"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "16",
"libraryMajorVersion": 1,
"libraryMinorVersion": 16,
"libraryName": "Sinon 1.16.0",

@@ -16,3 +16,4 @@ "typingsPackageName": "sinon",

"globals": [
"Sinon"
"Sinon",
"sinon"
],

@@ -24,3 +25,3 @@ "declaredModules": [],

"hasPackageJson": false,
"contentHash": "f24d5ee2839287861383b42207376074cb5fe6f140f49b01e065c6e3a084c8db"
"contentHash": "92d9254b9c9ac10bb2321301a4d7ee1a2d3e34d1b85c1a320e69d84242f31936"
}
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