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.168.0 to 1.170.0

66

package.json

@@ -1,65 +0,1 @@

{
"name": "@fluffy-spoon/substitute",
"version": "1.168.0",
"description": "An NSubstitute port to TypeScript called substitute.js.",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/substitute-js#section-contribute"
},
"author": {
"name": "Mathias Lykkegaard Lorenzen",
"url": "https://github.com/ffMathy"
},
"contributors": [
{
"name": "Enrique Pöhlmann",
"url": "https://github.com/notanengineercom"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git"
},
"keywords": [
"NSubstitute",
"mocking",
"test",
"testing",
"faking"
],
"bugs": {
"url": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues"
},
"engines": {
"node": ">=10"
},
"main": "dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"files": [
"dist/src/**/*"
],
"scripts": {
"prepack": "npm i && tsc",
"test": "tsc --sourceMap && ava",
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"@ava/typescript": "^1.1.0",
"@types/node": "^14.14.7",
"ava": "^3.13.0",
"typescript": "^4.0.5"
},
"ava": {
"typescript": {
"rewritePaths": {
"/": "dist/"
}
},
"cache": false,
"failFast": true,
"failWithoutAssertions": true
},
"homepage": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking"
}
{"name":"@fluffy-spoon/substitute","version":"1.170.0","description":"An NSubstitute port to TypeScript called substitute.js.","license":"MIT","funding":{"type":"opencollective","url":"https://opencollective.com/substitute-js#section-contribute"},"author":{"name":"Mathias Lykkegaard Lorenzen","url":"https://github.com/ffMathy"},"contributors":[{"name":"Enrique Pöhlmann","url":"https://github.com/notanengineercom"}],"repository":{"type":"git","url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git"},"keywords":["NSubstitute","mocking","test","testing","faking"],"bugs":{"url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues"},"engines":{"node":">=10"},"main":"dist/src/index.js","typings":"./dist/src/index.d.ts","files":["dist/src/**/*"],"scripts":{"prepack":"npm i && tsc","test":"tsc --sourceMap && ava","build":"tsc"},"dependencies":{},"devDependencies":{"@ava/typescript":"^1.1.0","@types/node":"^14.14.9","ava":"^3.13.0","typescript":"^4.1.2"},"ava":{"typescript":{"rewritePaths":{"/":"dist/"}},"cache":false,"failFast":true,"failWithoutAssertions":true},"homepage":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking"}
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