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.2 to 0.5.3

13

moo/index.d.ts

@@ -99,2 +99,15 @@ // Type definitions for moo 0.5

save(): LexerState;
/**
* Transitions to the provided state and pushes the state onto the state
* stack.
*/
pushState(state: string): void;
/**
* Returns back to the previous state in the stack.
*/
popState(): void;
/**
* Transitiosn to the provided state. Does not push onto the state stack.
*/
setState(state: string): void;

@@ -101,0 +114,0 @@ [Symbol.iterator](): Iterator<Token>;

4

moo/package.json
{
"name": "@types/moo",
"version": "0.5.2",
"version": "0.5.3",
"description": "TypeScript definitions for moo",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "c34c0dedcfc2e4551e8385016755ad08bd0b827e50de2ab47299038ad9346452",
"typesPublisherContentHash": "e496badfe525fffd757fb124aa6803efbbd13f7bb5ad53e5e93f2ff13dc8529a",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Tue, 25 Feb 2020 00:30:07 GMT
* Last updated: Mon, 30 Mar 2020 23:25:20 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