1.1.0 • Published 6 years ago

schimitar v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

schimitar

Naive schema cutter

WAT

Will take data, and a Json Schema definition, and will attempt to remove unwanted properties/items from the data.

Any major issues will result in a very invalid object.

The intention is for very light sanitisation of objects, not validation.

Usage

    var schimitar = require('schimitar');

    var cutDownData = schimitar(data, schema);
1.1.0

6 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago