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

42-cent-base

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

42-cent-base - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

7

index.js

@@ -5,8 +5,3 @@ //todo move mapKeys and flat to a 42-cent-utility module

BaseGateway: require('./lib/BaseGateway.js'),
GatewayError: require('./lib/errors.js').GatewayError,
flat: require('./lib/flat.js'),
mapKeys: require('./lib/mapKeys.js'),
Prospect: require('./lib/prospect.js'),
CreditCard: require('./lib/creditCard.js'),
SubscriptionPlan: require('./lib/subscriptionPlan.js')
GatewayError: require('./lib/errors.js').GatewayError
};

54

package.json
{
"name": "42-cent-base",
"version": "0.6.1",
"description": "structural interface for 42-cent adaptors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"42-cent",
"payment",
"gateway"
],
"author": "Laurent Renard",
"license": "MIT",
"dependencies": {
"bluebird": "^2.3.2",
"lodash": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/42-cent-base.git"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"jsdox": "^0.4.2"
}
"name": "42-cent-base",
"version": "0.7.0",
"description": "structural interface for 42-cent adaptors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"42-cent",
"payment",
"gateway"
],
"author": "Laurent Renard",
"license": "MIT",
"dependencies": {
"bluebird": "^2.3.2",
"lodash": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/42-cent-base.git"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"jsdox": "^0.4.2"
}
}
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