Socket
Socket
Sign inDemoInstall

math-codegen

Package Overview
Dependencies
2
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

23

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc