New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paypal-nvp-api

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-nvp-api - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

103

.eslintrc.json
{
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 6,
"ecmaFeatures": {
"binaryLiterals": true,
"blockBindings": true,
"defaultParams": true,
"forOf": true,
"generators": true,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralDuplicateProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"octalLiterals": true,
"regexUFlag": true,
"regexYFlag": true,
"templateStrings": true,
"unicodeCodePointEscapes": true,
"jsx": true
}
},
"env": {
"browser": true,
"node": true,
"es6": true
},
"globals": {
},
"plugins": [
],
"extends": "eslint:all",
"rules": {
"arrow-body-style": 0,
"dot-location": 0,
"global-require": 0,
"id-length": 0,
"indent": [
"error",
2,
{
"SwitchCase": 1
}
],
"init-declarations": 0,
"max-len": [
"error",
{
"code": 120,
"ignoreTrailingComments": true,
"ignoreComments": true,
"ignoreUrls": true
}
],
"max-lines": 0,
"max-params": ["error", 5],
"max-statements": 0,
"multiline-ternary": 0,
"newline-after-var": 0,
"newline-before-return": 0,
"newline-per-chained-call": 0,
"no-console": 0,
"no-inline-comments": 0,
"no-magic-numbers": 0,
"no-mixed-operators": 0,
"no-param-reassign": 0,
"no-plusplus": 0,
"no-prototype-builtins": 0,
"no-sync": 0,
"no-ternary": 0,
"no-underscore-dangle": 0,
"no-var": 0,
"object-curly-newline": 0,
"object-curly-spacing": 2,
"object-property-newline": 0,
"one-var": 0,
"padded-blocks": 0,
"prefer-const": 0,
"prefer-reflect": 0,
"prefer-template": 0,
"quotes": [
"error",
"single",
{
"allowTemplateLiterals": true
}
],
"quote-props": [
"error", "as-needed"
],
"require-jsdoc": 0,
"space-before-function-paren": [
"error", "never"
],
"vars-on-top": 0
}
"extends": "eslint-config-ggc"
}

17

package.json
{
"version": "1.1.0",
"version": "1.2.0",
"name": "paypal-nvp-api",

@@ -16,14 +16,17 @@ "description": "Node.js wrapper for the Paypal Name-Value Pair — NVP ",

"scripts": {
"test": "snyk test && tape test/start.js | tap-spec",
"coverage": "nyc tape test/start.js | tap-spec",
"report": "npm run coverage && nyc report --reporter=lcov",
"coveralls": "npm run report && cat ./coverage/lcov.info | coveralls"
"lint": "eslint ./src ./test",
"pretest": "npm run lint",
"test": "nyc tape test/start.js | tap-spec",
"posttest": "nyc report --reporter=lcov && snyk test",
"coverage": "npm test && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"bellajs": "^5.3.0",
"bellajs": "^5.4.12",
"promise-wtf": "^0.1.25",
"request": "^2.74.0"
"request": "^2.75.0"
},
"devDependencies": {
"coveralls": "latest",
"eslint": "latest",
"eslint-config-ggc": "latest",
"nyc": "latest",

@@ -30,0 +33,0 @@ "snyk": "latest",

@@ -7,3 +7,3 @@ # paypal-nvp-api

[![Coverage Status](https://coveralls.io/repos/github/ndaidong/paypal-nvp-api/badge.svg?branch=master)](https://coveralls.io/github/ndaidong/paypal-nvp-api?branch=master)
![devDependency Status](https://david-dm.org/ndaidong/paypal-nvp-api.svg)
[![Dependency Status](https://www.versioneye.com/user/projects/56724dcc107997003000067d/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56724dcc107997003000067d)
[![Known Vulnerabilities](https://snyk.io/test/npm/paypal-nvp-api/badge.svg)](https://snyk.io/test/npm/paypal-nvp-api)

@@ -10,0 +10,0 @@

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