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.2.0 to 0.2.1

11

CHANGELOG.md

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

## [0.2.1](https://github.com/appcelerator/alloy-devkit/compare/v0.2.0...v0.2.1) (2020-03-04)
### Bug Fixes
* **compiler:** remove unused babel plugin ([047575b](https://github.com/appcelerator/alloy-devkit/commit/047575b72ecaf15ca7b73cd19cd756d8caf14fb9))
# [0.2.0](https://github.com/appcelerator/alloy-devkit/compare/v0.1.4...v0.2.0) (2020-03-03)

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

1

lib/compilers/utils.js
function configureBabelPlugins(compileConfig) {
return [
[ require('../ast/builtins-plugin'), compileConfig ],
[ require('../ast/handle-alloy-globals') ],
[ require('../ast/optimizer-plugin'), compileConfig.alloyConfig ],

@@ -6,0 +5,0 @@ ];

{
"name": "alloy-compiler",
"version": "0.2.0",
"version": "0.2.1",
"description": "Compiler for Alloy components",

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

},
"gitHead": "ef3bf708b0fe576429ed527e58320284ef360075"
"gitHead": "08c32c6658845f84f9c487a2886dcb8949931026"
}
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