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.2.3 to 0.5.0

spellu-engine.d.ts.map

5

package.json
{
"name": "@spellu/engine",
"version": "0.2.3",
"version": "0.5.0",
"license": "MIT",

@@ -25,4 +25,3 @@ "description": "Spellu is a parser combinator engine.",

"registry": "https://registry.npmjs.org/"
},
"gitHead": "3948db0a104f8c2f0a248d112f0f5adb249d54f0"
}
}

3

spellu-engine.d.ts

@@ -14,3 +14,3 @@ declare namespace spellu {

function wrapInArray<T>(v: T | T[]): T[];
function flattenArray<T>(array: T[], level: number): T[];
function flattenArray(array: any[], level: number): any[];
}

@@ -728,1 +728,2 @@ declare namespace spellu {

export declare const $: typeof spellu.P;
//# sourceMappingURL=spellu-engine.d.ts.map

Sorry, the diff of this file is not supported yet

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