Socket
Socket
Sign inDemoInstall

is-arrow-function

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-arrow-function - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

5

package.json
{
"name": "is-arrow-function",
"version": "2.0.0",
"version": "2.0.1",
"description": "Determine if a function is an ES6 arrow function or not.",

@@ -34,3 +34,4 @@ "main": "index.js",

"covert": "1.0.0",
"jscs": "~1.8.1"
"jscs": "~1.8.1",
"make-arrow-function": "~1.0.0"
},

@@ -37,0 +38,0 @@ "testling": {

2

test/index.js

@@ -5,3 +5,3 @@ 'use strict';

var isArrowFunction = require('../index');
var arrowFuncs = require('../test/make-arrow-fns');
var arrowFuncs = require('make-arrow-function').list();

@@ -8,0 +8,0 @@ var forEach = function (arr, func) {

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