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.7.0-next.2 to 0.7.0-next.3

build/cjs/entrypoints/types.d.ts

16

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

@@ -17,4 +17,4 @@ "author": "Jason Kuhrt",

"require": {
"types": "./build/cjs/index.d.cts",
"default": "./build/cjs/index.cjs"
"types": "./build/cjs/index.d.ts",
"default": "./build/cjs/index.js"
},

@@ -25,2 +25,12 @@ "import": {

}
},
"./types": {
"require": {
"types": "./build/cjs/entrypoints/types.d.ts",
"default": "./build/cjs/entrypoints/types.js"
},
"import": {
"types": "./build/esm/entrypoints/types.d.ts",
"default": "./build/esm/entrypoints/types.js"
}
}

@@ -27,0 +37,0 @@ },

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