Socket
Socket
Sign inDemoInstall

escomplex-traits

Package Overview
Dependencies
0
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

CHANGELOG.md

18

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc