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

@spellu/engine

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spellu/engine - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

9

package.json
{
"name": "@spellu/engine",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",

@@ -20,4 +20,7 @@ "description": "Spellu is a parser combinator engine.",

],
"dependency": {
"esmodule-setup": "^1.1.1"
},
"scripts": {
"build": "yarn run esmc"
"build": "yarn esmc"
},

@@ -28,3 +31,3 @@ "publishConfig": {

},
"gitHead": "cf613f6f5b26a92aff9ebacbd74ecbb691108df1"
"gitHead": "a28064812b00544442b30c91e00dc2dc5a389997"
}

@@ -432,6 +432,11 @@ declare namespace spellu {

/**
* look-ahead, look-behind
* Pre-test
* Pre-testの結果と極性値が一致した場合、継続してパース処理を行う。
* 極性値と一致しなかった場合、失敗とする。
*
* @param polarity
* @param offset
* look-ahead: offsetが0またはの正の値
* look-behind: offsetが負の値
*
* @param polarity 極性値。Pre-testの結果と極性値が一致した場合に、成功とみなす。
* @param offset Pre-testを開始するオフセット値。
* @param testParser

@@ -438,0 +443,0 @@ * @param parser

Sorry, the diff of this file is not supported yet

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