New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

call-after-brunch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

call-after-brunch - npm Package Compare versions

Comparing version 1.7.0 to 1.7.2

12

package.json
{
"name": "call-after-brunch",
"version": "1.7.0",
"version": "1.7.2",
"description": "A micro-plugin to run some javascript after Brunch's compile, inspired by after-brunch",

@@ -10,5 +10,5 @@ "main": "./lib/index",

"scripts": {
"prepublish": "rm -rf lib && coffee --output lib/ src/"
"prepublish": "rm -rf lib && coffee --output lib/ src/",
"postinstall": "rm -rf lib && coffee --output lib/ src/"
},
"readmeFilename": "README.md",
"repository": {

@@ -24,3 +24,7 @@ "type": "git",

],
"devDependencies": {}
"devDependencies": {},
"bugs": {
"url": "https://github.com/huafu/call-after-brunch/issues"
},
"homepage": "https://github.com/huafu/call-after-brunch"
}

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