Socket
Socket
Sign inDemoInstall

fairmont-process

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont-process - npm Package Compare versions

Comparing version 1.0.0-beta-19 to 1.0.0

13

package.json
{
"name": "fairmont-process",
"version": "1.0.0-beta-19",
"version": "1.0.0",
"description": "A collection of useful functions and utilities.",

@@ -12,7 +12,6 @@ "files": [

"scripts": {
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee",
"test": "coffee --nodejs --harmony test/index.coffee",
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee",
"version": "(node_modules/.bin/json -f package.json version > VERSION)",
"tag": "(cat VERSION | xargs -I version git tag -am version version) && git push --tags"
"test": "coffee test/index.coffee",
"watch": "coffee -o lib/ -cw src/*.*coffee",
"prepublish": "coffee -o lib/ -c src/*.*coffee",
"postpublish": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags"
},

@@ -36,3 +35,3 @@ "repository": {

},
"engine": "node >= 0.12.x"
"engine": "node >= 4.0.x"
}
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