Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codebakery-plugin-cellinfo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codebakery-plugin-cellinfo - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "codebakery-plugin-cellinfo",
"version": "0.2.0",
"version": "0.2.1",
"cordova": {

@@ -5,0 +5,0 @@ "id": "codebakery-plugin-cellinfo",

@@ -9,3 +9,3 @@ var argscheck = require('cordova/argscheck');

var CellInfo = {
isAvailable: (supportedPlatforms.indexOf(platform.id) > -1),
isAvailable: (supportedPlatforms.indexOf(cordova.platformId) > -1),
getNeighboringCellInfo: function(successCallback, errorCallback) {

@@ -12,0 +12,0 @@ argscheck.checkArgs('fF', 'CellInfo.getNeighboringCellInfo', arguments);

Sorry, the diff of this file is not supported yet

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