Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "mson-zoo", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Collection of MSON samples that can be used as a showcase or testing purposes", | ||
"main": "samples/", | ||
"lib": "samples/", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -8,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -5,2 +5,21 @@ # mson-zoo | ||
This repository is a collection of MSON samples that can be used as a showcase or testing purposes. | ||
This repository is a collection of MSON samples that can be used as a showcase or testing purposes. | ||
You can consume this adding it as a git submodule. | ||
```bash | ||
$ git submodule add https://github.com/apiaryio/mson-zoo | ||
Cloning into 'mson-zoo'... | ||
remote: Counting objects: 11, done. | ||
remote: Compressing objects: 100% (10/10), done. | ||
remote: Total 11 (delta 0), reused 11 (delta 0) | ||
Unpacking objects: 100% (11/11), done. | ||
Checking connectivity... done. | ||
``` | ||
However, it can easily consumed from javascript as a **Npm module** | ||
```javascript | ||
import mson-zoo from 'mson-zoo'; | ||
console.log(mson-zoo.samples[0]); | ||
``` |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
5428
56
4
24
1