escomplex-traits
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "escomplex-traits", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Traits for escomplex AST walkers.", | ||
"homepage": "https://github.com/philbooth/escomplex-traits", | ||
"bugs": "https://github.com/philbooth/escomplex-traits/issues", | ||
"homepage": "https://github.com/jared-stilwell/escomplex-traits", | ||
"bugs": "https://github.com/jared-stilwell/escomplex-traits/issues", | ||
"license": "MIT", | ||
"author": "Phil Booth <pmbooth@gmail.com> (https://github.com/philbooth)", | ||
"author": "Jared Stilwell <jared.k.stilwell@gmail.com> (https://github.com/jared-stilwell)", | ||
"main": "./src", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/philbooth/escomplex-traits.git" | ||
"url": "https://github.com/jared-stilwell/escomplex-traits.git" | ||
}, | ||
@@ -28,7 +28,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"jshint": "2.1.x", | ||
"mocha": "1.13.x", | ||
"chai": "1.8.x", | ||
"jshint": "2.8.x", | ||
"mocha": "2.3.x", | ||
"chai": "3.3.x", | ||
"mockery": "1.4.x", | ||
"spooks": "0.5.x" | ||
"spooks": "2.0.x" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
# escomplex-traits | ||
[![Build status][ci-image]][ci-status] | ||
[![Dev Dependencies][devdep-image]][devdep-status] | ||
@@ -11,6 +12,8 @@ Traits for [escomplex][escomplex] AST walkers. | ||
[ci-image]: https://secure.travis-ci.org/philbooth/escomplex-traits.png?branch=master | ||
[ci-status]: http://travis-ci.org/#!/philbooth/escomplex-traits | ||
[escomplex]: https://github.com/philbooth/escomplex | ||
[license]: https://github.com/philbooth/escomplex-traits/blob/master/COPYING | ||
[ci-image]: https://secure.travis-ci.org/jared-stilwell/escomplex-traits.png?branch=master | ||
[ci-status]: http://travis-ci.org/#!/jared-stilwell/escomplex-traits | ||
[devdep-image]: https://david-dm.org/jared-stilwell/escomplex-traits/dev-status.svg | ||
[devdep-status]: https://david-dm.org/jared-stilwell/escomplex-traits#info=devDependencies&view=table | ||
[escomplex]: https://github.com/jared-stilwell/escomplex | ||
[license]: https://github.com/jared-stilwell/escomplex-traits/blob/master/COPYING | ||
@@ -23,3 +23,3 @@ 'use strict'; | ||
log: log, | ||
result: 'operands result' | ||
results: 'operands result' | ||
}) | ||
@@ -31,3 +31,3 @@ }); | ||
log: log, | ||
result: 'operators result' | ||
results: 'operators result' | ||
}) | ||
@@ -34,0 +34,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
21619
14
19
2
1