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

mson-zoo

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mson-zoo - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.js

5

package.json
{
"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"

21

README.md

@@ -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]);
```
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