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

ts-stubber

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-stubber - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

7

package.json
{
"name": "ts-stubber",
"description": "Lazy Stubbing a TypeScript Class or Interface with any Mocking Framework for testing in Isolation",
"version": "1.0.8",
"version": "1.0.9",
"author": "Shelly Goldblit",

@@ -27,6 +27,6 @@ "private": false,

"scripts": {
"build": "rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts ",
"build": "rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "jest --coverage",
"test": "jest --coverage --ci --testResultsProcessor='./node_modules/jest-junit-reporter'",
"generate-md-docs": "typedoc --includeVersion --plugin typedoc-plugin-markdown --plugin typedoc-plugin-merge-modules --options typedoc.md.json",

@@ -50,2 +50,3 @@ "generate-docs": "typedoc --includeVersion --plugin typedoc-plugin-merge-modules --options typedoc.html.json",

"jest": "^29.7.0",
"jest-junit-reporter": "^1.1.0",
"mochawesome": "^7.1.3",

@@ -52,0 +53,0 @@ "rollup": "^4.9.6",

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