brik.ipa.client
Advanced tools
Comparing version 0.0.0 to 0.1.1
var request = require('request'); | ||
var path = require('path'); | ||
var naan = require('naan') | ||
var naan = require('naan'); | ||
@@ -29,2 +29,7 @@ module.exports = function(serverLocation) { | ||
client.log('<img src="' + url + '"/>', callback) | ||
}, | ||
play: function ipaPlaySound(soundFile,callback) { | ||
require.post({ | ||
url: fnurl('sound/' + soundFile) | ||
}, genericCallback(callback)); | ||
} | ||
@@ -31,0 +36,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "easy access to methods of an ipa server", | ||
"version": "0.0.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
@@ -12,3 +12,3 @@ "url": "" | ||
"engines": { | ||
"node": "~0.6.11" | ||
"node": "~0.8.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "dependencies": { |
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
2154
34
1
2