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

fparser

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fparser - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

package.json
{
"name": "fparser",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Math Formula parser library for JavaScript",
"main": "dist/fparser.js",
"type": "module",
"module": "src/fparser.ts",
"module": "dist/fparser.js",
"files": [

@@ -9,0 +9,0 @@ "dist/"

@@ -252,2 +252,6 @@ # fparser

### 3.0.1
- [Bugfix] Fixing `main` entry in `package.json`: The 3.0.0 build could not be used as ES 6 module import with the non-existing main entry.
### 3.0.0

@@ -254,0 +258,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