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

@callstack/repack-dev-server

Package Overview
Dependencies
Maintainers
10
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/repack-dev-server - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

6

CHANGELOG.md
# @callstack/repack-dev-server
## 1.1.0
### Minor Changes
- [#475](https://github.com/callstack/repack/pull/475) [`cc997a2`](https://github.com/callstack/repack/commit/cc997a2f84b4835f8fe597487b0cde6f41b4b7f0) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Added X-React-Native-Project-Root header, so the RN CLI picks up the running bundler correctly
## 1.0.2

@@ -4,0 +10,0 @@

1

dist/createServer.js

@@ -97,2 +97,3 @@ import { Writable } from 'stream';

reply.header('X-Content-Type-Options', 'nosniff');
reply.header('X-React-Native-Project-Root', config.options.rootDir);
const [pathname] = request.url.split('?');

@@ -99,0 +100,0 @@

2

package.json

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

"license": "MIT",
"version": "1.0.2",
"version": "1.1.0",
"type": "module",

@@ -8,0 +8,0 @@ "main": "./dist/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