OwlCyberSecurity - MANAGER
Edit File: props.js.map
{"version":3,"sources":["../lib/props.js"],"names":["lenientProperties","strictProperties","module","exports"],"mappings":"AAAA;;AAEA,IAAMA,iBAAiB,GACvB,CACC,QADD,EAEC,cAFD,EAGC,QAHD,CADA;AAOA,IAAMC,gBAAgB,GACtB,CACC,MADD,EAEC,MAFD,EAGC,UAHD,EAIC,MAJD,EAKC,UALD,EAMC,UAND,EAOC,MAPD,EAQC,UARD,EASC,QATD,EAUC;AACA,UAXD,CADA;AAiBAC,MAAM,CAACC,OAAP,GAAiB;AAAEH,EAAAA,iBAAiB,EAAjBA,iBAAF;AAAqBC,EAAAA,gBAAgB,EAAhBA;AAArB,CAAjB","sourcesContent":["\"use strict\";\n\nconst lenientProperties =\n[\n\t\"origin\",\n\t\"searchParams\",\n\t\"toJSON\"\n];\n\nconst strictProperties =\n[\n\t\"hash\",\n\t\"host\",\n\t\"hostname\",\n\t\"href\",\n\t\"password\",\n\t\"pathname\",\n\t\"port\",\n\t\"protocol\",\n\t\"search\",\n\t// \"toString\" excluded because Object::toString exists\n\t\"username\"\n];\n\n\n\nmodule.exports = { lenientProperties, strictProperties };\n"],"file":"props.js"}