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

alloy-compiler

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alloy-compiler - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

11

CHANGELOG.md

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

## [0.1.4](https://github.com/appcelerator/alloy-devkit/compare/v0.1.3...v0.1.4) (2020-02-27)
### Bug Fixes
* **compiler:** use function to disable replacement patterns ([792240f](https://github.com/appcelerator/alloy-devkit/commit/792240fc808b0495b578e298d0261faeb3f2575c))
## [0.1.3](https://github.com/appcelerator/alloy-devkit/compare/v0.1.2...v0.1.3) (2020-01-28)

@@ -8,0 +19,0 @@

2

lib/compilers/component.js

@@ -106,3 +106,3 @@ const { constants: CONST, logger } = require('alloy-utils');

map.setSourceContent(files.CONTROLLER, controllerCode);
let code = codeTemplate.replace('__MAPMARKER_CONTROLLER_CODE__', paddedControllerCode);
let code = codeTemplate.replace('__MAPMARKER_CONTROLLER_CODE__', () => paddedControllerCode);
code = code.replace(/^\t\n/gm, '\n');

@@ -109,0 +109,0 @@

{
"name": "alloy-compiler",
"version": "0.1.3",
"version": "0.1.4",
"description": "Compiler for Alloy components",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"@babel/types": "^7.8.3",
"alloy-utils": "^0.1.3",
"alloy-utils": "^0.1.4",
"chmodr": "^1.2.0",

@@ -35,3 +35,3 @@ "fs-extra": "^8.1.0",

},
"gitHead": "708d33951898ff6d922c8e85c513fa7580057e69"
"gitHead": "ab6ac0759d5fdc8963f1d502482b7a295db3f5aa"
}
$.index.open();
function sayHello() {
alert('Hello World!');
alert('Hello World$');
}

@@ -71,3 +71,3 @@ // eslint-disable: quotes

function sayHello() {
alert('Hello World!');
alert('Hello World$');
}

@@ -74,0 +74,0 @@

@@ -76,3 +76,3 @@ // eslint-disable: quotes

function sayHello() {
alert('Hello World!');
alert('Hello World$');
}

@@ -79,0 +79,0 @@

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