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

yaml-blaster

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-blaster - npm Package Compare versions

Comparing version 1.0.14 to 1.0.16

8

package.json
{
"name": "yaml-blaster",
"version": "1.0.14",
"version": "1.0.16",
"description": "Framework for pre-processing yaml files",

@@ -9,5 +9,7 @@ "main": "dist/blaster.js",

"clean": "rm -rd dist",
"shrink": "npm prune --production && npm shrinkwrap",
"build": "npx webpack --mode production && sh scripts/add_hashbang.sh",
"preversion": "npm test && git add . && npm run clean && npm run build",
"postversion": "git add . && git commit --amend && git push"
"preversion": "npm test && npm run clean && npm run build",
"postversion": "git add . && git commit --amend && git push",
"publish": "npm run shrink && npm publish"
},

@@ -14,0 +16,0 @@ "repository": {

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