Socket
Socket
Sign inDemoInstall

@mathigon/hilbert

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/hilbert - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

index.ts

18

package.json
{
"name": "@mathigon/hilbert",
"version": "0.2.4",
"version": "0.3.0",
"description": "JavaScript expression parsing, MathML rendering and CAS.",

@@ -18,3 +18,2 @@ "keywords": [

},
"main": "build/hilbert.js",
"module": "index",

@@ -24,16 +23,15 @@ "jsnext:main": "index",

"scripts": {
"pretest": "rm -rf build && mkdir build && rollup -c build.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src",
"test": "ts-node node_modules/tape/bin/tape test/**/*.ts",
"prepublish": "npm test"
},
"dependencies": {
"@mathigon/fermat": "^0.2.7",
"@mathigon/core": "^0.2.5"
"@mathigon/fermat": "^0.3.0",
"@mathigon/core": "^0.3.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"rollup": "^0.64.1",
"rollup-plugin-node-resolve": "^3.3.0",
"tape": "^4.9.1"
"@types/tape": "^4.2.33",
"tape": "^4.11.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
}
}
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