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

@types/moo

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/moo - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

8

moo/index.d.ts

@@ -14,3 +14,3 @@ // Type definitions for moo 0.5

export interface ErrorRule {
error: true;
error: true;
}

@@ -24,3 +24,3 @@

export interface FallbackRule {
fallback: true;
fallback: true;
}

@@ -32,7 +32,7 @@

export function keywords(kws: {[k: string]: string | string[]}): TypeMapper;
export function keywords(kws: { [k: string]: string | string[] }): TypeMapper;
export function compile(rules: Rules): Lexer;
export function states(states: {[x: string]: Rules}, start?: string): Lexer;
export function states(states: { [x: string]: Rules }, start?: string): Lexer;

@@ -39,0 +39,0 @@ export interface Rule {

{
"name": "@types/moo",
"version": "0.5.6",
"version": "0.5.7",
"description": "TypeScript definitions for moo",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moo",

"dependencies": {},
"typesPublisherContentHash": "8b9e1870b484676607b6259edb175a665cf769b2ce1aef0d4d07c4f0a917977b",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "06f993313d6a73884c552cee66f5f35e30b19fa765a2fdf3ef744a93965edd2e",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 06 Aug 2023 07:02:41 GMT
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `moo`

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