Socket
Book a DemoInstallSign in
Socket

cordova-plugin-shake

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

cordova-plugin-shake - npm Package Compare versions

Comparing version

to
0.7.0

8

package.json
{
"name": "cordova-plugin-shake",
"version": "0.6.0",
"version": "0.7.0",
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",

@@ -33,3 +33,7 @@ "description": "Cordova Plugin to detect when a physical device performs a shake gesture.",

},
"homepage": "https://github.com/leecrossley/cordova-plugin-shake-detection#readme"
"homepage": "https://github.com/leecrossley/cordova-plugin-shake-detection#readme",
"dependencies": {
"fs": "^0.0.1-security",
"path":"^0.12.7"
}
}
module.exports = function (ctx) {
var fs = ctx.requireCordovaModule('fs');
var path = ctx.requireCordovaModule('path');
var fs = require('fs');
var path = require('path');

@@ -5,0 +5,0 @@ function patchMainViewController(fileName) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.