New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 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",

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