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

mermal

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mermal - npm Package Compare versions

Comparing version 0.3.3 to 0.4.3

15

package.json
{
"name": "mermal",
"description": "Merges YAML files whilst following JSON references",
"version": "0.3.3",
"version": "0.4.3",
"author": "Daniel Li <dan@danyll.com>",

@@ -28,5 +28,3 @@ "bin": {

"eslint-plugin-import": "^2.16.0",
"husky": "^1.3.1",
"jest": "^24.7.1",
"synp": "^1.4.0"
"jest": "^24.7.1"
},

@@ -38,7 +36,2 @@ "engines": {

"homepage": "https://github.com/d4nyll/mermal",
"husky": {
"hooks": {
"pre-commit": "rm package-lock.json; synp --source-file yarn.lock; git add package-lock.json"
}
},
"keywords": [

@@ -59,6 +52,6 @@ "merge",

"lint": "eslint src/**",
"prepare": "yarn run build",
"prepublishOnly": "yarn run lint && yarn run test",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm run test",
"test": "jest src"
}
}

Sorry, the diff of this file is not supported yet

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