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

ansimator

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

ansimator - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

ansimator.js

3

examples/log.js

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

var ansimator = require("../lib/ansimator")(process);
var charm = require("charm")(process)
var ansimator = require("../ansimator")(charm);
var EE = require("events").EventEmitter;

@@ -3,0 +4,0 @@

{
"author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.github.com)",
"name": "ansimator",
"description": "Throw down some ANSI animations!",
"version": "0.0.0",
"homepage": "https://github.com/jesusabdullah/ansimator",
"version": "1.0.0",
"description": "Animate an array of ansi string frames with charm",
"main": "ansimator.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "tests-of-the-sierra-madre"
},
"repository": {
"type": "git",
"url": "git@github.com:jesusabdullah/ansimator.git"
"url": "git+ssh://git@github.com/jfhbrook/joshiverse.git"
},
"main": "lib/ansimator.js",
"scripts": {
"test": "node examples/allthethings.js"
"keywords": [
"ansi",
"tui"
],
"author": "Josh Holbrook",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/jfhbrook/joshiverse/issues"
},
"engines": {
},
"homepage": "https://github.com/jfhbrook/joshiverse#readme",
"dependencies": {
"charm": "v0.0.x"
"charm": "^1.0.2"
},
"devDependencies": {}
"gitHead": "f84787fc1aa5ae9908c6283c0d20234c65e24985"
}

@@ -7,3 +7,4 @@ # ansimator

var ansimate = require("ansimator")(process);
var charm = require("charm")(process)
var ansimate = require("ansimator")(charm);

@@ -53,3 +54,3 @@ var frames = [

This function takes the same arguments as [charm](https://github.com/substack/node-charm) and returns an instance of `ansimate`.
This function takes a [charm](https://github.com/substack/node-charm) and returns an instance of `ansimate`.

@@ -56,0 +57,0 @@ ## ansimate(frames)

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