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

@callstack/repack-debugger-app

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/repack-debugger-app - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/static/js/main.d3bcb126.js

8

CHANGELOG.md
# @callstack/repack-debugger-app
## 1.0.1
### Patch Changes
#### Windows related issues:
- [#255](https://github.com/callstack/repack/pull/255) [`d974069`](https://github.com/callstack/repack/commit/d974069ab2e7abee2a4b7103a8a86fe476fc122a) Thanks [@meypod](https://github.com/meypod)! - Fix v3 `debugger-app` not working on Windows platform
## 1.0.0

@@ -4,0 +12,0 @@

4

index.js

@@ -1,3 +0,3 @@

import { URL } from 'url';
import { URL, fileURLToPath } from 'url';
export default new URL('./dist', import.meta.url).pathname;
export default fileURLToPath(new URL('./dist', import.meta.url));

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -8,0 +8,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

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