New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@emmetio/math-expression

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmetio/math-expression - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/math.cjs.js

@@ -283,2 +283,6 @@ 'use strict';

// edge case: expression is preceded by white-space;
// move stream position back to expression start
stream.eatWhile(_emmetio_streamReaderUtils.isWhiteSpace);
return result;

@@ -285,0 +289,0 @@ }

@@ -277,2 +277,6 @@ import StreamReader from '@emmetio/stream-reader';

// edge case: expression is preceded by white-space;
// move stream position back to expression start
stream.eatWhile(isWhiteSpace);
return result;

@@ -279,0 +283,0 @@ }

5

package.json
{
"name": "@emmetio/math-expression",
"version": "0.1.0",
"version": "0.1.1",
"description": "Parse & evaluate simple math expressions",

@@ -10,3 +10,4 @@ "main": "dist/math.cjs.js",

"build": "rollup -c",
"watch": "rollup -wc"
"watch": "rollup -wc",
"prepublish": "npm run test && npm run build"
},

@@ -13,0 +14,0 @@ "repository": {

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