🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rolldown/debug

Package Overview
Dependencies
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rolldown/debug - npm Package Compare versions

Comparing version
1.0.0-beta.57
to
1.0.0-beta.58
+1
-1
dist/index.js
export * from './generated/index.js';
export function parseToEvents(data) {
return data.split('\n').map(v => JSON.parse(v));
return data.split('\n').map((v) => JSON.parse(v));
}

@@ -5,0 +5,0 @@ export function parseToEvent(data) {

{
"name": "@rolldown/debug",
"version": "1.0.0-beta.57",
"version": "1.0.0-beta.58",
"homepage": "https://rolldown.rs/",
"license": "MIT",
"type": "module",
"repository": {

@@ -11,2 +11,12 @@ "type": "git",

},
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"publishConfig": {

@@ -18,11 +28,2 @@ "access": "public"

},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {

@@ -29,0 +30,0 @@ "gen-action-types": "oxnode ../../scripts/src/gen-debug-action-types.ts",