math-codegen
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "math-codegen", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Generates code from mathematical expressions", | ||
"bugs": "https://github.com/maurizzzio/math-codegen/issues", | ||
"bugs": "https://github.com/mauricopoppe/math-codegen/issues", | ||
"license": "MIT", | ||
@@ -27,16 +27,15 @@ "main": "index.js", | ||
"dependencies": { | ||
"extend": "3.0.0", | ||
"mr-parser": "0.2.1" | ||
"extend": "^3.0.2", | ||
"mr-parser": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "2.11.4", | ||
"doctoc": "0.14.2", | ||
"istanbul": "0.3.21", | ||
"mocha": "2.3.3", | ||
"mocha-lcov-reporter": "0.0.2", | ||
"nodemon": "1.7.1", | ||
"standard": "4.5.4" | ||
"coveralls": "^2.11.4", | ||
"doctoc": "^0.14.2", | ||
"mocha": "^2.3.3", | ||
"nodemon": "^1.7.1", | ||
"standard": "^4.5.4", | ||
"nyc": "^15.1.0" | ||
}, | ||
"scripts": { | ||
"istanbul": "istanbul cover _mocha --report lcovonly -- -R spec test/", | ||
"coverage": "nyc npm run test", | ||
"lint": "standard", | ||
@@ -43,0 +42,0 @@ "test": "mocha -R spec test/", |
@@ -5,4 +5,3 @@ # math-codegen | ||
[![NPM][npm-image]][npm-url] | ||
[![Coverage Status][coveralls-image]][coveralls-url] | ||
[![Stability](https://img.shields.io/badge/stability-unstable-yellow.svg)]() | ||
[![codecov](https://codecov.io/gh/mauriciopoppe/math-codegen/branch/master/graph/badge.svg)](https://codecov.io/gh/mauriciopoppe/math-codegen) | ||
@@ -48,3 +47,3 @@ [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
- `parse`: a mathematical expression is parsed with [`mr-parse`](https://github.com/maurizzzio/mr-parser), in the ideal scenario | ||
- `parse`: a mathematical expression is parsed with [`mr-parse`](https://github.com/mauriciopoppe/mr-parser), in the ideal scenario | ||
it would use [math.js expression parser](http://mathjs.org/docs/expressions/index.html) however it's not modularized yet | ||
@@ -211,6 +210,6 @@ and including all math.js is just an overkill, probably `mr-parse` will be replaced with math.js expression parser when | ||
Parses a program using [`mr-parse`](https://github.com/maurizzzio/mr-parser), each Expression Statement is saved in | ||
Parses a program using [`mr-parse`](https://github.com/mauriciopoppe/mr-parser), each Expression Statement is saved in | ||
`instance.statements` | ||
The documentation for the available nodes is described in [`mr-parse`](https://github.com/maurizzzio/mr-parser) | ||
The documentation for the available nodes is described in [`mr-parse`](https://github.com/mauriciopoppe/mr-parser) | ||
@@ -352,9 +351,5 @@ ### `instance.compile(namespace)` | ||
2015 MIT © [Mauricio Poppe]() | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/math-codegen.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/math-codegen | ||
[travis-image]: https://travis-ci.org/maurizzzio/math-codegen.svg?branch=master | ||
[travis-url]: https://travis-ci.org/maurizzzio/math-codegen | ||
[coveralls-image]: https://coveralls.io/repos/maurizzzio/math-codegen/badge.svg?branch=master | ||
[coveralls-url]: https://coveralls.io/r/maurizzzio/math-codegen?branch=master |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
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
6
1
19672
352
+ Addedextend@3.0.2(transitive)
- Removedextend@3.0.0(transitive)
Updatedextend@^3.0.2
Updatedmr-parser@^0.2.1