mailerlite
Advanced tools
Comparing version 0.4.0 to 1.0.0-canary.0
{ | ||
"name": "mailerlite", | ||
"version": "0.4.0", | ||
"description": "Node.js wrapper for MailerLite API.", | ||
"main": "index.js", | ||
"description": "Node module for MailerLite HTTP API v2", | ||
"version": "1.0.0-canary.0", | ||
"repository": "aniftyco/mailerlite", | ||
"main": "lib/index.js", | ||
"author": { | ||
"name": "Nifty Development, LLC", | ||
"email": "support@aniftyco.com", | ||
"url": "https://aniftyco.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Josh Manders", | ||
"url": "https://twitter.com/joshmanders" | ||
} | ||
], | ||
"scripts": { | ||
"make:docs": "jsdoc -c jsdoc.json . -R README.md -d .docs", | ||
"deploy:docs": "bash deploy.sh", | ||
"test": "npm run test:coveralls && npm run test:lint", | ||
"test:lint": "standard", | ||
"test:mocha": "mocha --timeout 10000", | ||
"test:istanbul": "istanbul cover _mocha --report lcovonly -- -R spec --timeout 10000", | ||
"test:coveralls": "npm run test:istanbul && cat ./coverage/lcov.info | coveralls" | ||
"build": "tsc", | ||
"test": "jest", | ||
"preversion": "jest", | ||
"postversion": "git push --follow-tags", | ||
"prepublishOnly": "rimraf lib && tsc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fmoliveira/mailerlite-sdk-nodejs.git" | ||
}, | ||
"keywords": [ | ||
"mailerlite", | ||
"email", | ||
"marketing" | ||
"files": [ | ||
"lib" | ||
], | ||
"author": "Filipe Oliveira <contato@fmoliveira.com.br>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/fmoliveira/mailerlite-sdk-nodejs/issues" | ||
"eslintConfig": { | ||
"extends": "nifty", | ||
"rules": { | ||
"@typescript-eslint/explicit-function-return-type": "off", | ||
"@typescript-eslint/no-explicit-any": "off" | ||
} | ||
}, | ||
"homepage": "https://github.com/fmoliveira/mailerlite-sdk-nodejs#readme", | ||
"prettier": { | ||
"singleQuote": true | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"js" | ||
], | ||
"transform": { | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
"globals": { | ||
"ts-jest": { | ||
"tsConfig": "./tests/tsconfig.json" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.8", | ||
"expect.js": "^0.3.1", | ||
"istanbul": "^0.4.2", | ||
"jsdoc": "^3.4.0", | ||
"mocha": "^2.3.3", | ||
"standard": "^6.0.7" | ||
"@types/node": "^12.12.54", | ||
"eslint": "^7.6.0", | ||
"eslint-config-nifty": "^3.0.0-rc.8", | ||
"jest": "^26.4.0", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.2.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"request": "^2.65.0" | ||
"axios": "^0.19.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
25
20566
8
442
1
2
14
2
2
+ Addedaxios@^0.19.2
+ Addedaxios@0.19.2(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
- Removedrequest@^2.65.0
- Removedajv@6.12.6(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcore-util-is@1.0.2(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedrequest@2.88.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removeduuid@3.4.0(transitive)
- Removedverror@1.10.0(transitive)