conekta-capacitor
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "conekta-capacitor", | ||
"version": "0.0.1", | ||
"description": "Capacitor plugin for Conekta that supports Capacitor 2.0", | ||
"main": "index.js", | ||
"version": "0.0.2", | ||
"description": "A Conekta plugin compatible with Capacitor 2.0", | ||
"main": "dist/plugin.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"prepublish": "npm run build", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"lint": "npm run prettier -- --check && npm run swiftlint -- lint", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
"swiftlint": "node-swiftlint", | ||
"build": "npm run clean && tsc && rollup -c rollup.config.js", | ||
"clean": "rimraf ./dist", | ||
"watch": "tsc --watch", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "Roberto Langarica <roberto.langarica@gmail.com>", | ||
"license": "ISC" | ||
} | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@capacitor/android": "^2.4.0", | ||
"@capacitor/core": "^2.4.0", | ||
"@capacitor/ios": "^2.4.0", | ||
"@ionic/prettier-config": "^1.0.0", | ||
"@ionic/swiftlint-config": "^1.0.0", | ||
"@rollup/plugin-node-resolve": "^8.1.0", | ||
"prettier": "^2.0.5", | ||
"prettier-plugin-java": "^0.8.0", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^2.21.0", | ||
"swiftlint": "^1.0.1", | ||
"typescript": "~3.8.3" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^2.4.0" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"ios/", | ||
"android/", | ||
"ConektaCapacitor.podspec" | ||
], | ||
"keywords": [ | ||
"capacitor", | ||
"plugin", | ||
"native" | ||
], | ||
"capacitor": { | ||
"ios": { | ||
"src": "ios" | ||
}, | ||
"android": { | ||
"src": "android" | ||
} | ||
}, | ||
"prettier": "@ionic/prettier-config", | ||
"swiftlint": "@ionic/swiftlint-config", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RobertoLangarica/conekta-capacitor" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/RobertoLangarica/conekta-capacitor/issues" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
442827
194
302
0
2
0
1
12
1
9