New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

actml

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actml - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

2

lib/processor.js

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

(0, _flow2.default)([element.debug ? _deburger.debuggerIn : _flow.NOOP, element.func.before ? element.func.before : _flow.NOOP, normalizeProps, defineChildrenProp, execute, function (context, done) {
(0, _flow2.default)([element.func.before ? element.func.before : _flow.NOOP, normalizeProps, element.debug ? _deburger.debuggerIn : _flow.NOOP, defineChildrenProp, execute, function (context, done) {
if (context.childrenProp.process) {

@@ -181,0 +181,0 @@ return (0, _flow2.default)([processResult, resolveExports, processChildren], done, context);

{
"name": "actml",
"version": "0.14.0",
"version": "0.14.1",
"description": "Like jsx but for your business logic",

@@ -8,2 +8,3 @@ "main": "lib",

"test": "BABEL_ENV=development ./node_modules/.bin/jest \"(.*)\\.spec\\.js\"",
"test-watch": "BABEL_ENV=development ./node_modules/.bin/jest \"(.*)\\.spec\\.js\" --watch --verbose false",
"build": "./node_modules/.bin/babel ./src --out-dir ./lib --ignore spec.js",

@@ -10,0 +11,0 @@ "release": "yarn test && rm -rf ./lib/* && yarn build"

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