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

jasmine-auto-spies

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-auto-spies - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

.github/ISSUE_TEMPLATE/bug_report.md

2

package.json
{
"name": "jasmine-auto-spies",
"version": "5.0.1",
"version": "5.0.2",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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

do {
methods = methods.concat(Object.keys(obj));
methods = methods.concat(Object.getOwnPropertyNames(obj));
obj = Object.getPrototypeOf(obj);

@@ -150,0 +150,0 @@ } while (obj);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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