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

walt-cli

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

walt-cli - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

package.json
{
"name": "walt-cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "CLI for Walt",

@@ -34,4 +34,4 @@ "main": "index.js",

"walt-buildtools": "^0.1.0",
"walt-compiler": "^0.15.0",
"walt-link": "^0.4.2"
"walt-compiler": "^0.15.1",
"walt-link": "^0.4.3"
},

@@ -38,0 +38,0 @@ "ava": {

@@ -30,6 +30,6 @@ import test from "ava";

const H1_CLOSE: i32[] = ['<', '/', 'h', '1', '>'];
const UL_OPEN: i32 = ['<', 'u', 'l', '>'];
const UL_CLOSE: i32 = ['<', '/', 'u', 'l', '>'];
const LI_OPEN: i32 = ['<', 'l', 'i', '>'];
const LI_CLOSE: i32 = ['<', '/', 'l', 'i', '>'];
const UL_OPEN: i32[] = ['<', 'u', 'l', '>'];
const UL_CLOSE: i32[] = ['<', '/', 'u', 'l', '>'];
const LI_OPEN: i32[] = ['<', 'l', 'i', '>'];
const LI_CLOSE: i32[] = ['<', '/', 'l', 'i', '>'];

@@ -36,0 +36,0 @@ export function run(): i32 {

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