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

minim

Package Overview
Dependencies
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minim - npm Package Versions

2345

0.23.8

Diff

Changelog

Source

0.23.8 (2020-06-12)

Enhancements

  • ArrayElement's contains method has been renamed to includes to be consistent with Array.includes. ArrayElement.contains has been deprecated, and remains for compatibility.

Bug Fixes

  • Prevent throwing an error when calling toValue() on an element with a key value pair which does not have a value.
kylef
published 0.23.7 •

Changelog

Source

0.23.7 (2020-04-27)

Bug Fixes

  • Prevents the JSON serializer from serializing an empty object ({}) under meta and attributes under the case where none of the meta or attribute member's have a value. This prevents {} from being present under meta or attributes when setting a member with an undefined key.
kylef
published 0.23.6 •

Changelog

Source

0.23.6 (2019-09-10)

Bug Fixes

  • Fixes a JSON 0.6 serialisation bug where httpRequest and similar array-based elements with undefined content would be serialised with undefined content instead of an empty array as content.
kylef
published 0.23.5 •

Changelog

Source

0.23.5 (2019-07-02)

This release brings some performance improvements, namely to serialising with the JSON serialisers.

kylef
published 0.23.4 •

Changelog

Source

0.23.4 (2019-06-11)

Bug Fixes

  • Fixes serialisation of default values in enumerations in Refract JSON 0.6 serialisation.
kylef
published 0.23.3 •

Changelog

Source

0.23.3 (2019-04-06)

Enhancements

  • Added support for IE11 in the included web distribution of minim (dist/minim.js).
kylef
published 0.23.2 •

Changelog

Source

0.23.2 (2019-03-15)

Bug Fixes

  • Fixes serialisation of array and object sample values in enumerations in Refract JSON 0.6 serialisation.
kylef
published 0.23.1 •

Changelog

Source

0.23.1 (2019-02-25)

Bug Fixes

  • Restores documentation coverage for all elements, some was unintentionally removed in 0.23.0.
kylef
published 0.23.0 •

Changelog

Source

0.23.0 (2019-02-22)

Breaking

  • Support for Node 4 has been removed. Minim now supports Node >= 6.
  • Minim no longer uses uptown and thus the extend API has been removed.

Enhancements

  • Calling .freeze() on a frozen element is now supported. Previously you may see an error thrown while freeze was trying to attach parents to any child elements.
pksunkara
published 0.22.1 •

Changelog

Source

0.22.1 (2018-12-10)

Bug Fixes

  • Fixes serialising an element with an undefined meta or attributes value. For example if a meta value (id) was set to undefined, then it should not be serialised. Previously the serialiser would throw an exception that undefined was not an element.
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