🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
2.0.0

5

index.js
var fs = require('fs')
module.exports.samples = fs.readdirSync(__dirname + '/samples').map(function(file){
return fs.readFileSync(__dirname + '/samples/' + file, {encoding: 'utf8'});
return {
name: file,
code: fs.readFileSync(__dirname + '/samples/' + file, {encoding: 'utf8'}),
};
});

2

package.json
{
"name": "mson-zoo",
"version": "1.0.2",
"version": "2.0.0",
"description": "Collection of MSON samples that can be used as a showcase or testing purposes",

@@ -5,0 +5,0 @@ "main": "index.js",