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

brik.ipa.client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brik.ipa.client - npm Package Compare versions

Comparing version 0.0.0 to 0.1.1

.npmignore

7

ipa.client.js
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 @@ }

4

package.json

@@ -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": {

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