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.0.28 to 1.0.31

40

package.json

@@ -1,1 +0,39 @@

{"name":"@fluffy-spoon/substitute","version":"1.0.28","description":"","main":"dist/src/Index.js","typings":"./dist/src/Index.d.ts","scripts":{"test":"tsc && ava","build":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/node":"latest","ava":"^0.25.0","ts-node":"^7.0.0","typescript":"^3.0.0"},"ava":{"files":["./dist/spec/*.js"],"sources":["./src/**/*.ts","./spec/**/*.test.ts","./dist/src/**/*.js","./dist/spec/**/*.test.js"],"failFast":true,"compileEnhancements":false,"extensions":["ts"],"require":["ts-node/register"]},"homepage":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing"}
{
"name": "@fluffy-spoon/substitute",
"version": "1.0.31",
"description": "",
"main": "dist/src/Index.js",
"typings": "./dist/src/Index.d.ts",
"scripts": {
"test": "tsc && ava",
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "latest",
"ava": "^0.25.0",
"ts-node": "^7.0.0",
"typescript": "^3.0.0-rc"
},
"ava": {
"files": [
"./dist/spec/*.js"
],
"sources": [
"./src/**/*.ts",
"./spec/**/*.test.ts",
"./dist/src/**/*.js",
"./dist/spec/**/*.test.js"
],
"failFast": true,
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"homepage": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing"
}

2

README.md
# substitute.js
[`@fluffy-spoon/substitute`](https://www.npmjs.com/package/@fluffy-spoon/substitute) TypeScript port of [NSubstitute](http://nsubstitute.github.io), which aims to provide a much more fluent mocking opportunity for strong-typed languages.
[`@fluffy-spoon/substitute`](https://www.npmjs.com/package/@fluffy-spoon/substitute) is a TypeScript port of [NSubstitute](http://nsubstitute.github.io), which aims to provide a much more fluent mocking opportunity for strong-typed languages.

@@ -4,0 +4,0 @@ ## Installing

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