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

auto-release-sinon

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-release-sinon - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

autoReleaseSinon.js
function own(obj, fn) {
if (typeof obj !== 'object') return;
Object.keys(obj).forEach(function (k) {
var keys;
try { keys = Object.keys(obj); } catch (e) {} // non-itterables will throw here
(keys || []).forEach(function (k) {
fn(obj[k], k, obj);

@@ -7,0 +7,0 @@ });

{
"name": "auto-release-sinon",
"version": "1.0.1",
"version": "1.0.2",
"description": "Basic sinon wrapper that automatically releases it's stubs, works with mocha's BDD interface",

@@ -5,0 +5,0 @@ "main": "autoReleaseSinon.js",

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