Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsen

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsen - npm Package Versions

23

0.6.6

Diff

Changelog

Source

v0.6.6

  • Fix browser build not updated to latest bits (#82)
bugventure
published 0.6.5 •

Changelog

Source

v0.6.5

  • Fix schema bug with type "integer" and keywords "maximum" and/or "minimum" (#74)
  • Fix broken required field validation when schema contains properties, but no sub-schema for required property (#81)
bugventure
published 0.6.4 •

Changelog

Source

v0.6.4

  • minLength and maxLength keywords now properly calculate character length of Unicode surrogate pairs (#58)
  • Add support for scope dereferencing with the id keyword (#70)
  • Add support for remote schema references specified in the schemas option (#69)
  • Enable full unit test support in the browser and add testling badge (#71)
  • Improve performance - code generation and compiled validator execution (#73)
  • Fix broken path values in error objects for some property names (#72)
bugventure
published 0.6.3 •

Changelog

Source

v0.6.3

  • Add support for build({ additionalProperties: 'always'}) (#60)
  • Add error.additionalProperties that specify forbidden property keys (#54)
  • Add support for NetSuite (#63)
  • Fix schema validation gives a false positive when the type keyword does not specify a valid type string (#52)
  • Fix validation error with arrays and oneOf (#55)
  • Fix validation error when using the additionalProperties keyword (#56)
  • Fix requiredMessage doesnt work when referencing external schema files (#51)
bugventure
published 0.6.1 •

Changelog

Source

v0.6.1

  • Fix various RegExp escaping issues in node v4.0 and above (#47)
  • Fix build() function doesn't apply default values or remove additional properties when using 'allOf' keyword (#40)
  • Make $ref resolving conform strictly to JSON Pointer spec (#49)
  • Fix errors resolving nested $refs (#50)
bugventure
published 0.6.0 •

Changelog

Source

v0.6.0

  • Add an option to ignore missing references (#37)
  • Performance improvement (#35)
bugventure
published 0.5.0 •

Changelog

Source

v0.5.0

  • Add greedy mode (#32, #33)
bugventure
published 0.4.1 •

Changelog

Source

v0.4.1

  • Fix recursive calls to the same cached $ref validator resets the errors array (#30)
bugventure
published 0.4.0 •

Changelog

Source

v0.4.0

  • Add external schema references (#20)
  • Fix cloning Date objects is broken in Firefox (#26)
  • Fix broken tests under IE9 (#27)
  • Fix npm test command to run mocha from the local node_modules
bugventure
published 0.3.2 •

Changelog

Source

v0.3.2

  • Add in-browser support out of the box (#23)
  • Fix broken inlining of regular expressions containing forward slashes when running in the browser (#25)
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