Socket
Socket
Sign inDemoInstall

@sinonjs/commons

Package Overview
Dependencies
1
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.4 to 1.8.5

2

lib/prototypes/copy-prototype-methods.js

@@ -27,3 +27,3 @@ "use strict";

) {
if (disallowedProperties.includes(name)) {
if (disallowedProperties.indexOf(name) > -1) {
return result;

@@ -30,0 +30,0 @@ }

{
"name": "@sinonjs/commons",
"version": "1.8.4",
"version": "1.8.5",
"description": "Simple functions shared among the sinon end user libraries",

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

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