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

@progfay/scrapbox-parser

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progfay/scrapbox-parser - npm Package Compare versions

Comparing version 9.1.5 to 9.2.0

2

out/scrapbox-parser.umd.js
(function(l,u){typeof exports=="object"&&typeof module<"u"?u(exports):typeof define=="function"&&define.amd?define(["exports"],u):(l=typeof globalThis<"u"?globalThis:l||self,u(l.ScrapboxParser={}))})(this,function(l){"use strict";const u=(e,t)=>{var s;return(e.type==="codeBlock"||e.type==="table")&&t.indent>(((s=e.rows[0])==null?void 0:s.indent)??0)},f=(e,t)=>{const s=e[e.length-1];return s!==void 0&&u(s,t)?(s.rows.push(t),e):(e.push({type:/^\s*code:/.test(t.text)?"codeBlock":/^\s*table:/.test(t.text)?"table":"line",rows:[t]}),e)},N=(e,t)=>{if(t.hasTitle??!0){const[s,...n]=e;return s===void 0?[]:[{type:"title",rows:[s]},...n.reduce(f,[])]}return e.reduce(f,[])},x=e=>e.split(`
`).map(t=>{var s,n;return{indent:((n=(s=/^\s+/.exec(t))==null?void 0:s[0])==null?void 0:n.length)??0,text:t}}),y=e=>{const{rows:[t,...s]}=e,{indent:n=0,text:o=""}=t??{},r=o.replace(/^\s*code:/,"");return{indent:n,type:"codeBlock",fileName:r,content:s.map(c=>c.text.substring(n+1)).join(`
`)}},a=(e,{parseOnNested:t,parseOnQuoted:s,patterns:n})=>(o,r,c)=>{var p;if(!t&&r.nested)return(c==null?void 0:c())??[];if(!s&&r.quoted)return(c==null?void 0:c())??[];for(const h of n){const g=h.exec(o);if(g===null)continue;const Y=o.substring(0,g.index),w=o.substring(g.index+(((p=g[0])==null?void 0:p.length)??0)),ee=e(g[0]??"",r);return[...d(Y,r),...ee,...d(w,r)]}return(c==null?void 0:c())??[]},i=e=>[{type:"plain",raw:e,text:e}],E=a(i,{parseOnNested:!0,parseOnQuoted:!0,patterns:[/^()(.*)()$/]}),R=a((e,t)=>t.context==="table"?i(e):[{type:"blank",raw:e,text:e.substring(1,e.length-1)}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\s+\]/]}),O=a((e,t)=>t.context==="table"?i(e):[{type:"code",raw:e,text:e.substring(1,e.length-1)}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/`.*?`/]}),I=a((e,t)=>{if(t.context==="table")return i(e);const s=e[0]??"",n=e.substring(2);return[{type:"commandLine",raw:e,symbol:s,text:n}]},{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^[$%] .+$/]}),T=a((e,t)=>{if(t.context==="table")return i(e);const s=e.indexOf(" "),n=e.substring(1,s),o=e.substring(s+1,e.length-1),r=new Set(n);if(r.has("*")){const c=n.split("*").length-1;r.delete("*"),r.add(`*-${Math.min(c,10)}`)}return[{type:"decoration",raw:e,rawDecos:n,decos:Array.from(r),nodes:d(o,{...t,nested:!0})}]},{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[[!"#%&'()*+,\-./{|}<>_~]+ (?:\[[^[\]]+\]|[^\]])+\]/]}),S=a((e,t)=>{if(t.context==="table")return i(e);const s=e.startsWith("[")&&e.endsWith("]")?e.substring(1,e.length-1):e,n=/^https?:\/\/[^\s\]]/.test(s),o=(n?/^https?:\/\/[^\s\]]+/:/https?:\/\/[^\s\]]+$/).exec(s);if((o==null?void 0:o[0])===void 0)return[];const r=n?s.substring(o[0].length):s.substring(0,o.index-1);return[{type:"link",raw:e,pathType:"absolute",href:o[0],content:r.trim()}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/\[https?:\/\/[^\s\]]+\s+[^\]]*[^\s]\]/,/\[[^[\]]*[^\s]\s+https?:\/\/[^\s\]]+\]/,/\[https?:\/\/[^\s\]]+\]/,/https?:\/\/[^\s]+/]}),P=a((e,t)=>t.context==="table"?i(e):[{type:"formula",raw:e,formula:e.substring(3,e.length-(e.endsWith(" ]")?2:1))}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\$ .+? \]/,/\[\$ [^\]]+\]/]}),m=/\[([^\]]*[^\s])\s+([NS]\d+(?:\.\d+)?,[EW]\d+(?:\.\d+)?(?:,Z\d+)?)\]/,b=/\[([NS]\d+(?:\.\d+)?,[EW]\d+(?:\.\d+)?(?:,Z\d+)?)(?:\s+([^\]]*[^\s]))?\]/,$=e=>{const[t="",s="",n=""]=e.split(","),o=Number.parseFloat(t.replace(/^N/,"").replace(/^S/,"-")),r=Number.parseFloat(s.replace(/^E/,"").replace(/^W/,"-")),c=/^Z\d+$/.test(n)?Number.parseInt(n.replace(/^Z/,""),10):14;return{latitude:o,longitude:r,zoom:c}},k=a((e,t)=>{if(t.context==="table")return i(e);const s=e.match(m)??e.match(b);if(s===null)return[];const n=e.startsWith("[N")||e.startsWith("[S"),[,o="",r=""]=n?s:[s[0],s[2],s[1]],{latitude:c,longitude:p,zoom:h}=$(o),g=r!==""?`https://www.google.com/maps/place/${encodeURIComponent(r)}/@${c},${p},${h}z`:`https://www.google.com/maps/@${c},${p},${h}z`;return[{type:"googleMap",raw:e,latitude:c,longitude:p,zoom:h,place:r,url:g}]},{parseOnNested:!1,parseOnQuoted:!0,patterns:[m,b]}),z=a((e,t)=>{if(t.context==="table")return i(e);if(e.startsWith("#"))return[{type:"hashTag",raw:e,href:e.substring(1)}];const s=e.substring(0,1),n=e.substring(1);return[...i(s),{type:"hashTag",raw:n,href:n.substring(1)}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/(?:^|\s)#\S+/]}),L=a((e,t)=>t.context==="table"?i(e):[{type:"helpfeel",raw:e,text:e.substring(2)}],{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^\? .+$/]}),Q=a(e=>{const t=e.substring(1,e.length-1),s=t.lastIndexOf(".icon"),n=t.substring(0,s),o=n.startsWith("/")?"root":"relative",r=t.substring(s+5,t.length),c=r.startsWith("*")?Number.parseInt(r.substring(1),10):1;return new Array(c).fill({}).map(()=>({path:n,pathType:o,type:"icon",raw:e}))},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/\[[^[\]]*\.icon(?:\*[1-9]\d*)?\]/]}),F=/\[https?:\/\/[^\s\]]+\.(?:png|jpe?g|gif|svg)(?:\?[^\]\s]+)?(?:\s+https?:\/\/[^\s\]]+)?\]/i,v=/\[https?:\/\/[^\s\]]+\s+https?:\/\/[^\s\]]+\.(?:png|jpe?g|gif|svg)(?:\?[^\]\s]+)?\]/i,W=/\[https?:\/\/(?:[0-9a-z-]+\.)?gyazo\.com\/[0-9a-f]{32}(?:\/raw)?(?:\s+https?:\/\/[^\s\]]+)?\]/,C=/\[https?:\/\/[^\s\]]+\s+https?:\/\/(?:[0-9a-z-]+\.)?gyazo\.com\/[0-9a-f]{32}(?:\/raw)?\]/,G=e=>/^https?:\/\/[^\s\]]+\.(png|jpe?g|gif|svg)(\?[^\]\s]+)?$/i.test(e)||U(e),U=e=>/^https?:\/\/([0-9a-z-]\.)?gyazo\.com\/[0-9a-f]{32}(\/raw)?$/.test(e),B=a((e,t)=>{if(t.context==="table")return i(e);const s=e.search(/\s/),n=s!==-1?e.substring(1,s):e.substring(1,e.length-1),o=s!==-1?e.substring(s,e.length-1).replace(/^\s+/,""):"",[r,c]=G(o)?[o,n]:[n,o];return[{type:"image",raw:e,src:/^https?:\/\/([0-9a-z-]\.)?gyazo\.com\/[0-9a-f]{32}$/.test(r)?`${r}/thumb/1000`:r,link:c}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[F,v,W,C]}),H=a(e=>{const t=e.substring(1,e.length-1);return[{type:"link",raw:e,pathType:t.startsWith("/")?"root":"relative",href:t,content:""}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/\[\/?[^[\]]+\]/]}),M=a((e,t)=>{if(t.context==="table")return i(e);const s=e.indexOf(" "),n=e.substring(0,s-1),o=Number.parseInt(n,10),r=e.substring(s+1,e.length);return[{type:"numberList",raw:e,rawNumber:n,number:o,nodes:d(r,{...t,nested:!1})}]},{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^[0-9]+\. .*$/]}),j=a((e,t)=>t.context==="table"?i(e):[{type:"quote",raw:e,nodes:d(e.substring(1),{...t,quoted:!0})}],{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^>.*$/]}),q=a((e,t)=>{if(t.context==="table")return i(e);const s=e.substring(2,e.length-2),n=s.lastIndexOf(".icon"),o=s.substring(0,n),r=o.startsWith("/")?"root":"relative",c=s.substring(n+5,s.length),p=c.startsWith("*")?Number.parseInt(c.substring(1),10):1;return new Array(p).fill({}).map(()=>({path:o,pathType:r,type:"strongIcon",raw:e}))},{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\[[^[\]]*\.icon(?:\*\d+)?\]\]/]}),D=a((e,t)=>{if(t.context==="table")return i(e);const s=e.substring(2,e.length-2),n=/^https?:\/\/([0-9a-z-]\.)?gyazo\.com\/[0-9a-f]{32}$/.test(s);return[{type:"strongImage",raw:e,src:n?`${s}/thumb/1000`:s}]},{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\[https?:\/\/[^\s\]]+\.(?:png|jpe?g|gif|svg)\]\]/i,/\[\[https?:\/\/(?:[0-9a-z-]+\.)?gyazo\.com\/[0-9a-f]{32}\]\]/]}),Z=a((e,t)=>t.context==="table"?i(e):[{type:"strong",raw:e,nodes:d(e.substring(2,e.length-2),{...t,nested:!0})}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\[(?:[^[]|\[[^[]).*?\]*\]\]/]}),d=((...e)=>(t,s)=>e.reduceRight((n,o)=>()=>o(t,s,n),()=>E(t,s))())((e,t,s)=>e===""?[]:(s==null?void 0:s())??[],j,L,M,O,I,P,R,T,D,q,Z,B,S,Q,k,H,z),A=e=>{const{indent:t,text:s}=e.rows[0];return{indent:t,type:"line",nodes:d(s.substring(t),{nested:!1,quoted:!1,context:"line"})}},_=e=>{const{rows:[t,...s]}=e,{indent:n=0,text:o=""}=t??{},r=o.replace(/^\s*table:/,"");return{indent:n,type:"table",fileName:r,cells:s.map(c=>c.text.substring(n+1)).map(c=>c.split(" ").map(p=>d(p,{nested:!1,quoted:!1,context:"table"})))}},J=e=>({type:"title",text:e.rows[0].text}),K=e=>{switch(e.type){case"title":return J(e);case"codeBlock":return y(e);case"table":return _(e);case"line":return A(e)}},V=(e,t)=>{const s=x(e);return N(s,{hasTitle:(t==null?void 0:t.hasTitle)??!0}).map(K)},X=e=>{var s;const t=/^\s*\S.*$/m.exec(e);return((s=t==null?void 0:t[0])==null?void 0:s.trim())??"Untitled"};l.getTitle=X,l.parse=V,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
`)}},a=(e,{parseOnNested:t,parseOnQuoted:s,patterns:n})=>(o,r,c)=>{var p;if(!t&&r.nested)return(c==null?void 0:c())??[];if(!s&&r.quoted)return(c==null?void 0:c())??[];for(const h of n){const g=h.exec(o);if(g===null)continue;const Y=o.substring(0,g.index),w=o.substring(g.index+(((p=g[0])==null?void 0:p.length)??0)),ee=e(g[0]??"",r);return[...d(Y,r),...ee,...d(w,r)]}return(c==null?void 0:c())??[]},i=e=>[{type:"plain",raw:e,text:e}],E=a(i,{parseOnNested:!0,parseOnQuoted:!0,patterns:[/^()(.*)()$/]}),R=a((e,t)=>t.context==="table"?i(e):[{type:"blank",raw:e,text:e.substring(1,e.length-1)}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\s+\]/]}),O=a((e,t)=>t.context==="table"?i(e):[{type:"code",raw:e,text:e.substring(1,e.length-1)}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/`.*?`/]}),I=a((e,t)=>{if(t.context==="table")return i(e);const s=e[0]??"",n=e.substring(2);return[{type:"commandLine",raw:e,symbol:s,text:n}]},{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^[$%] .+$/]}),T=a((e,t)=>{if(t.context==="table")return i(e);const s=e.indexOf(" "),n=e.substring(1,s),o=e.substring(s+1,e.length-1),r=new Set(n);if(r.has("*")){const c=n.split("*").length-1;r.delete("*"),r.add(`*-${Math.min(c,10)}`)}return[{type:"decoration",raw:e,rawDecos:n,decos:Array.from(r),nodes:d(o,{...t,nested:!0})}]},{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[[!"#%&'()*+,\-./{|}<>_~]+ (?:\[[^[\]]+\]|[^\]])+\]/]}),S=a((e,t)=>{if(t.context==="table")return i(e);const s=e.startsWith("[")&&e.endsWith("]")?e.substring(1,e.length-1):e,n=/^https?:\/\/[^\s\]]/.test(s),o=(n?/^https?:\/\/[^\s\]]+/:/https?:\/\/[^\s\]]+$/).exec(s);if((o==null?void 0:o[0])===void 0)return[];const r=n?s.substring(o[0].length):s.substring(0,o.index-1);return[{type:"link",raw:e,pathType:"absolute",href:o[0],content:r.trim()}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/\[https?:\/\/[^\s\]]+\s+[^\]]*[^\s]\]/,/\[[^[\]]*[^\s]\s+https?:\/\/[^\s\]]+\]/,/\[https?:\/\/[^\s\]]+\]/,/https?:\/\/[^\s]+/]}),P=a((e,t)=>t.context==="table"?i(e):[{type:"formula",raw:e,formula:e.substring(3,e.length-(e.endsWith(" ]")?2:1))}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\$ .+? \]/,/\[\$ [^\]]+\]/]}),m=/\[([^\]]*[^\s])\s+([NS]\d+(?:\.\d+)?,[EW]\d+(?:\.\d+)?(?:,Z\d+)?)\]/,b=/\[([NS]\d+(?:\.\d+)?,[EW]\d+(?:\.\d+)?(?:,Z\d+)?)(?:\s+([^\]]*[^\s]))?\]/,$=e=>{const[t="",s="",n=""]=e.split(","),o=Number.parseFloat(t.replace(/^N/,"").replace(/^S/,"-")),r=Number.parseFloat(s.replace(/^E/,"").replace(/^W/,"-")),c=/^Z\d+$/.test(n)?Number.parseInt(n.replace(/^Z/,""),10):14;return{latitude:o,longitude:r,zoom:c}},k=a((e,t)=>{if(t.context==="table")return i(e);const s=e.match(m)??e.match(b);if(s===null)return[];const n=e.startsWith("[N")||e.startsWith("[S"),[,o="",r=""]=n?s:[s[0],s[2],s[1]],{latitude:c,longitude:p,zoom:h}=$(o),g=r!==""?`https://www.google.com/maps/place/${encodeURIComponent(r)}/@${c},${p},${h}z`:`https://www.google.com/maps/@${c},${p},${h}z`;return[{type:"googleMap",raw:e,latitude:c,longitude:p,zoom:h,place:r,url:g}]},{parseOnNested:!1,parseOnQuoted:!0,patterns:[m,b]}),z=a((e,t)=>{if(t.context==="table")return i(e);if(e.startsWith("#"))return[{type:"hashTag",raw:e,href:e.substring(1)}];const s=e.substring(0,1),n=e.substring(1);return[...i(s),{type:"hashTag",raw:n,href:n.substring(1)}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/(?:^|\s)#\S+/]}),L=a((e,t)=>t.context==="table"?i(e):[{type:"helpfeel",raw:e,text:e.substring(2)}],{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^\? .+$/]}),Q=a(e=>{const t=e.substring(1,e.length-1),s=t.lastIndexOf(".icon"),n=t.substring(0,s),o=n.startsWith("/")?"root":"relative",r=t.substring(s+5,t.length),c=r.startsWith("*")?Number.parseInt(r.substring(1),10):1;return new Array(c).fill({}).map(()=>({path:n,pathType:o,type:"icon",raw:e}))},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/\[[^[\]]*\.icon(?:\*[1-9]\d*)?\]/]}),F=/\[https?:\/\/[^\s\]]+\.(?:png|jpe?g|gif|svg|webp)(?:\?[^\]\s]+)?(?:\s+https?:\/\/[^\s\]]+)?\]/i,v=/\[https?:\/\/[^\s\]]+\s+https?:\/\/[^\s\]]+\.(?:png|jpe?g|gif|svg|webp)(?:\?[^\]\s]+)?\]/i,W=/\[https?:\/\/(?:[0-9a-z-]+\.)?gyazo\.com\/[0-9a-f]{32}(?:\/raw)?(?:\s+https?:\/\/[^\s\]]+)?\]/,C=/\[https?:\/\/[^\s\]]+\s+https?:\/\/(?:[0-9a-z-]+\.)?gyazo\.com\/[0-9a-f]{32}(?:\/raw)?\]/,G=e=>/^https?:\/\/[^\s\]]+\.(png|jpe?g|gif|svg|webp)(\?[^\]\s]+)?$/i.test(e)||U(e),U=e=>/^https?:\/\/([0-9a-z-]\.)?gyazo\.com\/[0-9a-f]{32}(\/raw)?$/.test(e),B=a((e,t)=>{if(t.context==="table")return i(e);const s=e.search(/\s/),n=s!==-1?e.substring(1,s):e.substring(1,e.length-1),o=s!==-1?e.substring(s,e.length-1).replace(/^\s+/,""):"",[r,c]=G(o)?[o,n]:[n,o];return[{type:"image",raw:e,src:/^https?:\/\/([0-9a-z-]\.)?gyazo\.com\/[0-9a-f]{32}$/.test(r)?`${r}/thumb/1000`:r,link:c}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[F,v,W,C]}),H=a(e=>{const t=e.substring(1,e.length-1);return[{type:"link",raw:e,pathType:t.startsWith("/")?"root":"relative",href:t,content:""}]},{parseOnNested:!0,parseOnQuoted:!0,patterns:[/\[\/?[^[\]]+\]/]}),M=a((e,t)=>{if(t.context==="table")return i(e);const s=e.indexOf(" "),n=e.substring(0,s-1),o=Number.parseInt(n,10),r=e.substring(s+1,e.length);return[{type:"numberList",raw:e,rawNumber:n,number:o,nodes:d(r,{...t,nested:!1})}]},{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^[0-9]+\. .*$/]}),j=a((e,t)=>t.context==="table"?i(e):[{type:"quote",raw:e,nodes:d(e.substring(1),{...t,quoted:!0})}],{parseOnNested:!1,parseOnQuoted:!1,patterns:[/^>.*$/]}),q=a((e,t)=>{if(t.context==="table")return i(e);const s=e.substring(2,e.length-2),n=s.lastIndexOf(".icon"),o=s.substring(0,n),r=o.startsWith("/")?"root":"relative",c=s.substring(n+5,s.length),p=c.startsWith("*")?Number.parseInt(c.substring(1),10):1;return new Array(p).fill({}).map(()=>({path:o,pathType:r,type:"strongIcon",raw:e}))},{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\[[^[\]]*\.icon(?:\*\d+)?\]\]/]}),D=a((e,t)=>{if(t.context==="table")return i(e);const s=e.substring(2,e.length-2),n=/^https?:\/\/([0-9a-z-]\.)?gyazo\.com\/[0-9a-f]{32}$/.test(s);return[{type:"strongImage",raw:e,src:n?`${s}/thumb/1000`:s}]},{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\[https?:\/\/[^\s\]]+\.(?:png|jpe?g|gif|svg|webp)\]\]/i,/\[\[https?:\/\/(?:[0-9a-z-]+\.)?gyazo\.com\/[0-9a-f]{32}\]\]/]}),Z=a((e,t)=>t.context==="table"?i(e):[{type:"strong",raw:e,nodes:d(e.substring(2,e.length-2),{...t,nested:!0})}],{parseOnNested:!1,parseOnQuoted:!0,patterns:[/\[\[(?:[^[]|\[[^[]).*?\]*\]\]/]}),d=((...e)=>(t,s)=>e.reduceRight((n,o)=>()=>o(t,s,n),()=>E(t,s))())((e,t,s)=>e===""?[]:(s==null?void 0:s())??[],j,L,M,O,I,P,R,T,D,q,Z,B,S,Q,k,H,z),A=e=>{const{indent:t,text:s}=e.rows[0];return{indent:t,type:"line",nodes:d(s.substring(t),{nested:!1,quoted:!1,context:"line"})}},_=e=>{const{rows:[t,...s]}=e,{indent:n=0,text:o=""}=t??{},r=o.replace(/^\s*table:/,"");return{indent:n,type:"table",fileName:r,cells:s.map(c=>c.text.substring(n+1)).map(c=>c.split(" ").map(p=>d(p,{nested:!1,quoted:!1,context:"table"})))}},J=e=>({type:"title",text:e.rows[0].text}),K=e=>{switch(e.type){case"title":return J(e);case"codeBlock":return y(e);case"table":return _(e);case"line":return A(e)}},V=(e,t)=>{const s=x(e);return N(s,{hasTitle:(t==null?void 0:t.hasTitle)??!0}).map(K)},X=e=>{var s;const t=/^\s*\S.*$/m.exec(e);return((s=t==null?void 0:t[0])==null?void 0:s.trim())??"Untitled"};l.getTitle=X,l.parse=V,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
{
"name": "@progfay/scrapbox-parser",
"version": "9.1.5",
"version": "9.2.0",
"type": "module",

@@ -48,8 +48,8 @@ "description": "parse Scrapbox notation to JavaScript Object",

"devDependencies": {
"@biomejs/biome": "1.8.3",
"@vitest/coverage-v8": "2.0.5",
"npm-run-all2": "6.2.2",
"typescript": "5.6.2",
"vite": "5.4.3",
"vitest": "2.0.5"
"@biomejs/biome": "1.9.4",
"@vitest/coverage-v8": "2.1.8",
"npm-run-all2": "7.0.1",
"typescript": "5.7.2",
"vite": "6.0.2",
"vitest": "2.1.8"
},

@@ -56,0 +56,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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