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 1.0.2 to 1.0.3

9

package.json
{
"name": "@mathigon/hilbert",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -22,4 +22,3 @@ "homepage": "https://mathigon.io/hilbert",

"test": "ts-node node_modules/tape/bin/tape test/**/*.ts",
"prepublishOnly": "npm test && npm run lint",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint && npm run build",
"cjs": "esbuild src/index.ts --outfile=dist/index.cjs.js --format=cjs --bundle --target=es2016 --sourcemap --external:@mathigon/core --external:@mathigon/fermat",

@@ -32,4 +31,4 @@ "esm": "esbuild src/index.ts --outfile=dist/index.esm.js --format=esm --bundle --target=es2016 --sourcemap --external:@mathigon/core --external:@mathigon/fermat",

"dependencies": {
"@mathigon/core": "1.0.2",
"@mathigon/fermat": "1.0.2"
"@mathigon/core": "1.0.3",
"@mathigon/fermat": "1.0.3"
},

@@ -36,0 +35,0 @@ "devDependencies": {

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