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

conekta-capacitor

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conekta-capacitor - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

android/.gradle/5.6.4/fileChanges/last-build.bin

66

package.json
{
"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"
}
}
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