Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parse-function

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-function - npm Package Compare versions

Comparing version 5.4.5 to 5.4.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [5.4.6](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.5...parse-function@5.4.6) (2019-11-20)
**Note:** Version bump only for package parse-function
## [5.4.5](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.4...parse-function@5.4.5) (2019-11-20)

@@ -8,0 +16,0 @@

2

dist/cjs/index.js

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

// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`;====
// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`;
// acorn node.properties[0] is `Property` that has `value`;

@@ -215,0 +215,0 @@ if (node.type === 'Property') {

@@ -208,3 +208,3 @@ import arrayify from 'arrify';

// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`;====
// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`;
// acorn node.properties[0] is `Property` that has `value`;

@@ -211,0 +211,0 @@ if (node.type === 'Property') {

{
"name": "parse-function",
"version": "5.4.5",
"version": "5.4.6",
"description": "Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins",

@@ -108,3 +108,3 @@ "repository": {

},
"gitHead": "db7a970b1efc12792a6ef5fcdbd0c9f0ef7aff83"
"gitHead": "e2998fc5eaa9cf21fd37be6d5a891802b0efb935"
}
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