Socket
Socket
Sign inDemoInstall

call-matcher

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

call-matcher - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### [1.0.1](https://github.com/twada/call-matcher/releases/tag/v1.0.1) (2016-12-31)
#### Bug Fixes
* make options argument optional ([271451cb](https://github.com/twada/call-matcher/commit/271451cb037832ff2f1bc8d950847c60761178c2))
## [1.0.0](https://github.com/twada/call-matcher/releases/tag/v1.0.0) (2016-05-28)

@@ -2,0 +10,0 @@

1

index.js

@@ -30,2 +30,3 @@ /**

validateApiExpression(signatureAst);
options = options || {};
this.visitorKeys = options.visitorKeys || estraverse.VisitorKeys;

@@ -32,0 +33,0 @@ if (options.astWhiteList) {

13

package.json
{
"name": "call-matcher",
"description": "ECMAScript CallExpression matcher made from function/method signature",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -22,7 +22,8 @@ "name": "Takuto Wada",

"derequire": "^2.0.2",
"dereserve": "^0.1.1",
"esprima": "^2.0.0",
"jshint": "2.8.0",
"dereserve": "^1.0.0",
"esprima": "^3.0.0",
"jshint": "^2.8.0",
"licensify": "^3.1.1",
"mocha": "^2.3.3"
"mocha": "^3.0.0",
"package-json-filterify": "^1.0.4"
},

@@ -49,3 +50,3 @@ "files": [

"scripts": {
"dist": "mkdir -p dist && browserify index.js --plugin licensify --standalone CallMatcher | dereserve | derequire > ./dist/call-matcher.js",
"dist": "mkdir -p dist && browserify index.js --plugin licensify --global-transform package-json-filterify --standalone CallMatcher | dereserve | derequire > ./dist/call-matcher.js",
"lint": "jshint index.js",

@@ -52,0 +53,0 @@ "preversion": "npm test",

Sorry, the diff of this file is too big to display

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