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

webxdc-dev

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webxdc-dev - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

dist/backend/app.js

13

CHANGELOG.md

@@ -10,2 +10,9 @@ # Changelog

## [0.3.1][] - 2022-06-20
### Fixed
- The build was broken due to the addition of the `types` directory. Unbreak
the build.
## [0.3.0][] - 2022-06-20

@@ -49,5 +56,7 @@

[0.2.1]: https://github.com/webxdc/webxdc-dev/tree/v0.2.1
[unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/webxdc/webxdc-dev/tree/v0.3.1

2

package.json
{
"name": "webxdc-dev",
"version": "0.3.0",
"version": "0.3.1",
"description": "A dev tool for Webxdc",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/webxdc/webxdc-dev#readme",

{
"extends": "@tsconfig/recommended/tsconfig.json",
"include": ["backend"],
"include": ["backend", "types"],
"compilerOptions": {
"target": "ES2016",
"module": "commonjs",
"outDir": "dist/backend"
"outDir": "dist"
}
}
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