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

ti-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ti-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/index.js

@@ -16,4 +16,4 @@ #! /usr/bin/env node

if(stderr) throw stderr;
var compiled = read_file(stdout);
write_file(exports.yields_arg, compiled);
var compiled = exports.read_file(stdout);
exports.write_file(exports.yields_arg, compiled);
});

@@ -20,0 +20,0 @@

{
"name": "ti-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ti-cli is a command-line interface for Ti preprocessor.",

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

@@ -1,3 +0,3 @@

Ti-cli
======
#Ti-cli
[![Build Status](https://travis-ci.org/abruzzihraig/Ti-cli.svg?branch=v0.1.0)](https://travis-ci.org/abruzzihraig/Ti-cli) [![Code Climate](https://codeclimate.com/github/abruzzihraig/Ti-cli/badges/gpa.svg)](https://codeclimate.com/github/abruzzihraig/Ti-cli)

@@ -4,0 +4,0 @@ Ti-cli is a command-line interface for [Ti preprocessor](https://github.com/abruzzihraig/Ti).

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