Socket
Socket
Sign inDemoInstall

lemons

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0-beta1

cjs/index.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## v1.7.0-beta1
- Include ES modules in published NPM builds
- Officially support Node 16.x
- Drop support for Node 13.x (unstable)
## v1.6.0

@@ -2,0 +8,0 @@

7

package.json
{
"name": "lemons",
"version": "1.6.0",
"version": "1.7.0-beta1",
"description": "Common algebraïc data types for JavaScript",

@@ -15,7 +15,8 @@ "license": "MIT",

},
"main": "./index.js",
"main": "./cjs/index.js",
"module": "./es/index.js",
"dependencies": {},
"types": "./index.d.ts",
"types": "./ts/index.d.ts",
"githubUrl": "https://github.com/nvie/lemons.js",
"sideEffects": false
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc