Socket
Socket
Sign inDemoInstall

appversion

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appversion - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

6

appversion.json

@@ -5,3 +5,3 @@ {

"minor": 0,
"patch": 0
"patch": 1
},

@@ -11,4 +11,4 @@ "status": null,

"date": "2015.10.5",
"number": 3,
"total": 3
"number": 0,
"total": 4
},

@@ -15,0 +15,0 @@ "commit": null,

{
"name": "appversion",
"version": "1.0.0",
"version": "1.0.1",
"description": "A module for keep track the version, build and commit of your javascript application.",

@@ -10,4 +10,4 @@ "main": "index.js",

"scripts": {
"build:cli": "./cli.js update build && babel es6/cli.es6.js --watch --out-file cli.js",
"build:index": "./cli.js update build && babel es6/index.es6.js --watch --out-file index.js",
"build:cli": "apv update build && babel es6/cli.es6.js --watch --out-file cli.js",
"build:index": "apv update build && babel es6/index.es6.js --watch --out-file index.js",
"test": "node test || true"

@@ -14,0 +14,0 @@ },

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