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

@fluffy-spoon/substitute

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluffy-spoon/substitute - npm Package Compare versions

Comparing version 1.75.0 to 1.76.0

dist/spec/issues/23.test.d.ts

4

package.json
{
"name": "@fluffy-spoon/substitute",
"version": "1.75.0",
"version": "1.76.0",
"description": "An NSubstitute port to TypeScript called substitute.js.",

@@ -15,3 +15,3 @@ "main": "dist/src/Index.js",

"@types/node": "latest",
"ava": "^1.2.1",
"ava": "^1.3.1",
"ts-node": "^7.0.1",

@@ -18,0 +18,0 @@ "typescript": "^3.3.3333"

@@ -13,3 +13,3 @@ import test from 'ava';

test('issue 18: receive with arg', t => {
const mockedCalculator = Substitute.for<CalculatorInterface>()
const mockedCalculator = Substitute.for<CalculatorInterface>();
mockedCalculator.add(1, Arg.is(input => input === 2)).returns(4);

@@ -16,0 +16,0 @@

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