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

alge

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alge - npm Package Compare versions

Comparing version 0.5.1-next.2 to 0.5.1-next.3

17

package.json
{
"name": "alge",
"version": "0.5.1-next.2",
"version": "0.5.1-next.3",
"repository": "git@github.com:jasonkuhrt/alge.git",

@@ -13,9 +13,10 @@ "author": "Jason Kuhrt",

],
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"require": {
"default": "./dist/cjs/index.js"
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
},
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"

@@ -40,3 +41,3 @@ }

"test": "vitest",
"clean": "rm -rf dist-cjs dist-esm node_modules/.cache",
"clean": "rm -rf dist node_modules/.cache",
"release:pr": "dripip pr",

@@ -73,5 +74,5 @@ "release:canary": "dripip preview",

"eslint-plugin-tsdoc": "0.2.16",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"fs-jetpack": "^4.3.1",
"execa": "6.1.0",
"fast-glob": "3.2.11",
"fs-jetpack": "4.3.1",
"markdown-toc": "1.2.0",

@@ -84,4 +85,4 @@ "prettier": "2.7.1",

"typescript": "4.8.2",
"vitest": "^0.23.1"
"vitest": "0.23.1"
}
}
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