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

@atlaspack/runtime-react-refresh

Package Overview
Dependencies
Maintainers
0
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/runtime-react-refresh - npm Package Compare versions

Comparing version 2.12.1-canary.3366 to 2.12.1-canary.3367

4

lib/ReactRefreshRuntime.js

@@ -38,3 +38,3 @@ "use strict";

let file = \`\${errorLocation.fileName}:\${errorLocation.lineNumber || 1}:\${errorLocation.colNumber || 1}\`;
fetch(\`/__atlaspack_launch_editor?file=\${encodeURIComponent(file)}\`);
fetch(\`/__parcel_launch_editor?file=\${encodeURIComponent(file)}\`);
});

@@ -46,3 +46,3 @@

window.addEventListener('atlaspackhmraccept', () => {
window.addEventListener('parcelhmraccept', () => {
ErrorOverlay.dismissRuntimeErrors();

@@ -49,0 +49,0 @@ });

{
"name": "@atlaspack/runtime-react-refresh",
"version": "2.12.1-canary.3366+4100cb64c",
"version": "2.12.1-canary.3367+815758ba7",
"license": "MIT",

@@ -16,11 +16,11 @@ "publishConfig": {

"node": ">= 16.0.0",
"atlaspack": "2.12.1-canary.3366+4100cb64c"
"parcel": "2.12.1-canary.3367+815758ba7"
},
"dependencies": {
"@atlaspack/plugin": "2.12.1-canary.3366+4100cb64c",
"@atlaspack/utils": "2.12.1-canary.3366+4100cb64c",
"@atlaspack/plugin": "2.12.1-canary.3367+815758ba7",
"@atlaspack/utils": "2.12.1-canary.3367+815758ba7",
"react-error-overlay": "6.0.9",
"react-refresh": ">=0.9 <=0.14"
},
"gitHead": "4100cb64ca5e666092cee90af18f4124c15292fa"
"gitHead": "815758ba750fdf03c404e4ab67e0930acc51404a"
}

@@ -23,3 +23,3 @@ // @flow strict-local

let file = \`\${errorLocation.fileName}:\${errorLocation.lineNumber || 1}:\${errorLocation.colNumber || 1}\`;
fetch(\`/__atlaspack_launch_editor?file=\${encodeURIComponent(file)}\`);
fetch(\`/__parcel_launch_editor?file=\${encodeURIComponent(file)}\`);
});

@@ -31,3 +31,3 @@

window.addEventListener('atlaspackhmraccept', () => {
window.addEventListener('parcelhmraccept', () => {
ErrorOverlay.dismissRuntimeErrors();

@@ -34,0 +34,0 @@ });

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