🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

firearm

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

firearm - npm Package Compare versions

Comparing version
0.0.11
to
0.0.12
+2
-1
build/index.js

@@ -6,3 +6,3 @@ 'use strict'

this.gun = gun
this.Gun = (typeof window !== 'undefined') ? window.Gun : Gun
this.Gun = (typeof window !== 'undefined') ? window.Gun : require('gun/gun')
if(!Gun){

@@ -144,1 +144,2 @@ let err = {

module.exports = Firearm
{
"name": "firearm",
"version": "0.0.11",
"version": "0.0.12",
"description": "Wrapper around [GunDB](https://github.com/amark/gun) to provide alternative syntax, promise support, utility modules, and easy Gun adapter events.",

@@ -11,7 +11,11 @@ "main": "build/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build" : "cp src/* build/"
"build" : "cp src/* build/",
"prepublish" : "npm run build",
"commit" : "git add . ; git commit -m 'did I do that?'",
"push" : "npm run commit ; git push origin dev",
"pull" : "git pull origin dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugs181/firearm.git"
"url": "git+https://github.com/lopugit/firearm.git"
},

@@ -21,5 +25,5 @@ "author": "",

"bugs": {
"url": "https://github.com/bugs181/firearm/issues"
"url": "https://github.com/lopugit/firearm/issues"
},
"homepage": "https://github.com/bugs181/firearm#readme"
"homepage": "https://github.com/lopugit/firearm#readme"
}

@@ -160,2 +160,2 @@ # firearm

## License: ##
[MIT](https://github.com/bugs181/firearm/blob/master/LICENSE)
[MIT](https://github.com/lopugit/firearm/blob/master/LICENSE)