Socket
Socket
Sign inDemoInstall

webrtc-mock

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-mock - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/global.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.0.2](https://github.com/Krivega/webrtc-mock/compare/v0.0.1...v0.0.2) (2021-04-19)
### 0.0.1 (2021-04-19)

6

package.json
{
"name": "webrtc-mock",
"version": "0.0.1",
"version": "0.0.2",
"description": "Classes and functions mock webrtc api for tests",

@@ -34,3 +34,3 @@ "keywords": [

"build:js": "NODE_ENV=production rollup --config",
"build:ts": "tsc --build tsconfig.build.json",
"build:ts": "tsc --build tsconfig.build.json && cp ./src/global.d.ts dist",
"format": "prettier --write \"src/**/*.ts\"",

@@ -79,2 +79,2 @@ "lint": "eslint src/. --ext .ts",

}
}
}
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