Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mathigon/hilbert

Package Overview
Dependencies
Maintainers
1
Versions
58
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.9 to 1.1.0

14

package.json
{
"name": "@mathigon/hilbert",
"version": "1.0.9",
"version": "1.1.0",
"license": "MIT",

@@ -15,7 +15,11 @@ "homepage": "https://mathigon.io/hilbert",

"engines": {
"node": ">=12"
"node": ">=14"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"scripts": {

@@ -31,4 +35,4 @@ "test": "ts-node node_modules/tape/bin/tape test/**/*.ts",

"dependencies": {
"@mathigon/core": "1.0.8",
"@mathigon/fermat": "1.0.9"
"@mathigon/core": "1.1.0",
"@mathigon/fermat": "1.1.0"
},

@@ -35,0 +39,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