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

stubborn-ws

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stubborn-ws - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [5.0.4](https://github.com/ybonnefond/stubborn/compare/v5.0.3...v5.0.4) (2020-06-23)
### Bug Fixes
* fix packaged files ([56c446c](https://github.com/ybonnefond/stubborn/commit/56c446c35066cb4b38cbb08d4822cbcbb82c627e))
## [5.0.3](https://github.com/ybonnefond/stubborn/compare/v5.0.2...v5.0.3) (2020-06-23)

@@ -2,0 +9,0 @@

14

package.json
{
"name": "stubborn-ws",
"version": "5.0.3",
"version": "5.0.4",
"description": "Web server to mock external HTTP APIs in tests",
"types": "dist/index.d.ts",
"homepage": "https://github.com/ybonnefond/stubborn#stubborn",
"main": "dist/index.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist//src/index.{d.ts,js}",
"dist/src/**/*.{js,ts}",
"dist/test/**/*.{js,ts}"
],
"engines": {

@@ -74,5 +79,2 @@ "node": ">=10"

},
"files": [
"/dist"
],
"commitlint": {

@@ -79,0 +81,0 @@ "extends": [

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