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

text-machine

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

text-machine - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

6

lib/TextMachine.js

@@ -40,3 +40,3 @@ /*

this.program = options.program ;
this.hostMethods = options.hostMethods || {} ;
this.api = options.api || {} ;
this.stateStack = null ;

@@ -230,3 +230,3 @@

if ( this.hostMethods[ action[ 0 ] ] ) {
if ( this.api[ action[ 0 ] ] ) {
context.startingContext = startingContext ;

@@ -240,5 +240,5 @@ context.buffer = buffer ;

this.hostMethods[ action[ 0 ] ]( context , ... action[ 1 ] ) ;
this.api[ action[ 0 ] ]( context , ... action[ 1 ] ) ;
}
} ;
{
"name": "text-machine",
"version": "0.0.2",
"version": "0.1.0",
"description": "A state machine for text processing.",

@@ -5,0 +5,0 @@ "main": "lib/TextMachine.js",

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