Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "mjml", | ||
"version": "0.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"description": "MJML: the only framework that makes responsive-email easy", | ||
"main": "./lib/mjml", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha --compilers js:babel-register", | ||
"compile": "babel src/ --out-dir lib/ --source-maps && mv lib/mjml.js lib/mjml", | ||
"prepublish": "npm run compile", | ||
"lint": "eslint src test" | ||
}, | ||
"author": "Guillaume Badi <gbadi@mailjet.com> (http://github.com/GuillaumeBadi)", | ||
"license": "MIT" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mjmlio/mjml.git" | ||
}, | ||
"author": { | ||
"name" : "Mailjet SAS", | ||
"email" : "dev@mailjet.com", | ||
"url" : "https://www.mailjet.com/" | ||
}, | ||
"contributors": [ | ||
{"name": "Robin Komiwes", "email": "robin.komiwes@gmail.com", "url": "github.com/robink"}, | ||
{"name": "Guillaume Badi", "email": "gbadi@mailjet.com", "url": "github.com/GuillaumeBadi"}, | ||
{"name": "Maxime Brazeilles", "email": "Maxime@derniercri.io", "url": "github.com/iryusa"}, | ||
{"name": "Arnaud Breton", "email": "abreton@mailjet.com", "url": "github.com/arnaudbreton"}, | ||
{"name": "Loëck Vézien", "email": "loeck@mailjet.com", "url": "github.com/lohek"} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mjmlio/mjml/issues" | ||
}, | ||
"homepage": "https://github.com/mjmlio/mjml", | ||
"devDependencies": { | ||
"babel-cli": "^6.4.3", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-react": "^6.3.13", | ||
"babel-preset-stage-0": "^6.3.13", | ||
"babel-register": "^6.4.3", | ||
"chai": "^3.4.1", | ||
"eslint-plugin-react": "^3.15.0", | ||
"eslint": "^1.10.3", | ||
"mocha": "^2.3.4", | ||
"chai": "^3.4.1", | ||
"mocha": "^2.3.4" | ||
}, | ||
"dependencies": { | ||
"commander": "^2.9.0", | ||
"html-minify": "^0.3.1", | ||
"htmltidy": "0.0.6", | ||
"cheerio": "^0.19.0", | ||
"classnames": "^2.2.0", | ||
"debug": "^2.2.0", | ||
"immutable": "^3.7.5", | ||
"lodash": "^4.0.1", | ||
"react": "^0.14.3", | ||
"react-addons-perf": "^0.14.3", | ||
"react-dom": "0.14.2" | ||
} | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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
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
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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
203238
72
3093
0
1
11
10
1
0
2
+ Addedcheerio@^0.19.0
+ Addedclassnames@^2.2.0
+ Addedcommander@^2.9.0
+ Addeddebug@^2.2.0
+ Addedhtml-minify@^0.3.1
+ Addedhtmltidy@0.0.6
+ Addedimmutable@^3.7.5
+ Addedlodash@^4.0.1
+ Addedreact@^0.14.3
+ Addedreact-addons-perf@^0.14.3
+ Addedreact-dom@0.14.2
+ Addedacorn@5.7.4(transitive)
+ Addedalign-text@0.1.4(transitive)
+ Addedamdefine@1.0.1(transitive)
+ Addedasap@2.0.6(transitive)
+ Addedast-types@0.9.6(transitive)
+ Addedasync@0.2.10(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbase62@1.2.8(transitive)
+ Addedboolbase@1.0.0(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcamelcase@1.2.1(transitive)
+ Addedcenter-align@0.1.3(transitive)
+ Addedcheerio@0.19.0(transitive)
+ Addedclassnames@2.5.1(transitive)
+ Addedclean-css@3.4.28(transitive)
+ Addedcliui@2.1.0(transitive)
+ Addedcommander@2.20.32.8.12.9.0(transitive)
+ Addedcommoner@0.10.8(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedcss-select@1.0.0(transitive)
+ Addedcss-what@1.0.0(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addeddefined@1.0.1(transitive)
+ Addeddetective@4.7.1(transitive)
+ Addeddom-serializer@0.1.1(transitive)
+ Addeddomelementtype@1.3.1(transitive)
+ Addeddomhandler@2.3.0(transitive)
+ Addeddomutils@1.4.31.5.1(transitive)
+ Addedentities@1.0.01.1.2(transitive)
+ Addedenvify@3.4.1(transitive)
+ Addedesprima@3.1.3(transitive)
+ Addedesprima-fb@15001.1.0-dev-harmony-fb(transitive)
+ Addedfbjs@0.6.1(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedgraceful-readlink@1.0.1(transitive)
+ Addedhtml-minify@0.3.2(transitive)
+ Addedhtmlparser2@3.8.3(transitive)
+ Addedhtmltidy@0.0.6(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedimmutable@3.8.2(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjstransform@11.0.3(transitive)
+ Addedkind-of@3.2.2(transitive)
+ Addedlazy-cache@1.0.4(transitive)
+ Addedlodash@3.10.14.17.21(transitive)
+ Addedlongest@1.0.1(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedms@2.0.0(transitive)
+ Addednth-check@1.0.2(transitive)
+ Addedobject-assign@2.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedprivate@0.1.8(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedq@1.5.1(transitive)
+ Addedreact@0.14.10(transitive)
+ Addedreact-addons-perf@0.14.8(transitive)
+ Addedreact-dom@0.14.2(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedrecast@0.11.23(transitive)
+ Addedrepeat-string@1.6.1(transitive)
+ Addedright-align@0.1.3(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsource-map@0.4.40.5.7(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addeduglify-js@2.6.4(transitive)
+ Addeduglify-to-browserify@1.0.2(transitive)
+ Addedwhatwg-fetch@0.9.0(transitive)
+ Addedwindow-size@0.1.0(transitive)
+ Addedwordwrap@0.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyargs@3.10.0(transitive)