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

cmacc-compiler

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmacc-compiler - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

2

package.json
{
"name": "cmacc-compiler",
"version": "2.0.12",
"version": "2.0.13",
"description": "Cmacc Compiler",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -60,3 +60,3 @@ const loader = require('./loader');

console.log('-----', val)
// console.log('-----', val)

@@ -63,0 +63,0 @@ if (typeof val === 'object') {

@@ -78,3 +78,4 @@ const helpers = require('./helpers');

content: val.replace(/{{([^{]*)}}/g, function (match, name) {
return res[name]
console.log('------',match, name, ast[name])
return ast[name]
}),

@@ -81,0 +82,0 @@ variable: x.variable,

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