Skip to content

issues Search Results · repo:jsonurl/jsonurl-js language:JavaScript

Filter by

27 results
 (81 ms)

27 results

injsonurl/jsonurl-js (press backspace or delete to remove)

const x = { text: -1 }; const xStringified = JsonURL.stringify(x, { AQF: true }); const parsed = JsonURL.parse(xStringified, { AQF: true }); console.assert(parsed[ text ] == x[ text ], parsed should ...
bug
  • AbdulrhmnGhanem
  • 1
  • Opened 
    on Jul 6, 2024
  • #686

Thanks for the library! There was a couple of fixes last year (1, 2) that haven t gotten a release yet on npm. Would it be possible to release 1.1.8?
question
  • macobo
  • 1
  • Opened 
    on May 31, 2024
  • #673

Hi, I have issues converting a string containing the equal = value back from url to json. The = seems not be to escaped as is, however if the string containing the = also contains an ampersand, then it ...
bug
  • Xample
  • 1
  • Opened 
    on Sep 6, 2023
  • #618

Hi, First of all, thank you for a great package! I m using this in an Angular 15 project. Angular points out that JSON→URL is a CommonJS module, which can prevent bundlers and minifiers from optimizing ...
  • SebastianKohler
  • 4
  • Opened 
    on May 31, 2023
  • #616

enhancement
  • SaalkT
  • 11
  • Opened 
    on Mar 14, 2023
  • #614

Depshield will be deprecated on Monday December 12th Please install our new product, [Sonatype Lift](https://lift.sonatype.com/getting-started?utm_source=github utm_medium=depshield) with advanced features ...
  • sonatype-depshield[bot]
  • Opened 
    on Dec 8, 2022
  • #593

I ve been playing around with this library and encountered a weird cornercase. The following parses fail: JsonURL.parse( e,!e , { AQF: true, impliedArray: [] }) JsonURL.parse( e:!e , { AQF: true, impliedObject: ...
bug
  • cdleonard
  • 1
  • Opened 
    on Oct 17, 2022
  • #556

Any string value that contains = breaks JSONUrl when parsing back from string to JSON. Exmaple: JSONUrl.stringify({ test : foo=bar }); // returns (test:foo=bar) JSONUrl.parse( (test:foo=bar) ); // SyntaxError: ...
  • rezoled
  • 1
  • Opened 
    on Aug 31, 2022
  • #523

as #102 shows, the fact that JsonURL doesn t round-trip empty arrays is pretty surprising. I can t really think of a situation where you would want to save the : byte versus being able to round-trip the ...
enhancement
  • raylu
  • 4
  • Opened 
    on Jul 23, 2022
  • #499

Vulnerabilities DepShield reports that this application s usage of glob-parent:5.1.1 results in the following vulnerability(s): - (CVSS 7.5) CWE-400: Uncontrolled Resource Consumption ( Resource Exhaustion ...
dependency
  • sonatype-depshield[bot]
  • 1
  • Opened 
    on Aug 27, 2021
  • #293
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub