Comparing version 0.0.0 to 1.0.0
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
75
5528
5
2
70
1
+ Addedcharm@1.0.2(transitive)
+ Addedinherits@2.0.4(transitive)
- Removedcharm@0.0.8(transitive)
Updatedcharm@^1.0.2