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.2 to 0.2.3

22

.eslintrc.js
module.exports = {
extends: '../../.eslintrc.js',
overrides: [
{
files: ['test/**/*.js'],
extends: ['plugin:jest/all', 'plugin:jest/recommended'],
globals: {
'jest/globals': true
}
}
]
}
extends: '../../.eslintrc.js',
overrides: [
{
files: [ 'test/**/*.js' ],
extends: [ 'plugin:jest/all', 'plugin:jest/recommended' ],
globals: {
'jest/globals': true
}
}
]
};

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

## [0.2.3](https://github.com/appcelerator/alloy-devkit/compare/v0.2.2...v0.2.3) (2020-06-08)
### Bug Fixes
* add missing direct dependencies ([56e44ab](https://github.com/appcelerator/alloy-devkit/commit/56e44ab314d7500ead0591f74d54300251751e4b))
## [0.2.2](https://github.com/appcelerator/alloy-devkit/compare/v0.2.1...v0.2.2) (2020-05-18)

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

const fs = require('fs-extra');
const chmodr = require('chmodr');
const path = require('path');

@@ -4,0 +3,0 @@ const CONST = require('alloy-utils').constants;

{
"name": "alloy-compiler",
"version": "0.2.2",
"version": "0.2.3",
"description": "Compiler for Alloy components",

@@ -18,7 +18,8 @@ "main": "lib/index.js",

"dependencies": {
"@babel/generator": "^7.8.3",
"@babel/parser": "^7.8.3",
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3",
"alloy-utils": "^0.2.2",
"@babel/core": "^7.9.6",
"@babel/generator": "^7.9.6",
"@babel/parser": "^7.9.6",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6",
"alloy-utils": "^0.2.3",
"chmodr": "^1.2.0",

@@ -29,2 +30,3 @@ "fs-extra": "^9.0.0",

"node.extend": "^2.0.2",
"source-map": "^0.7.3",
"walk-sync": "^2.0.2",

@@ -36,3 +38,3 @@ "xmldom": "^0.3.0"

},
"gitHead": "f8a8138410c6a9f3f3963cec4a8984313700013e"
"gitHead": "d59738460ac79808a83408a5522fa39f269aa923"
}
module.exports = {
root: true,
extends: 'axway/env-alloy'
}
root: true,
extends: 'axway/env-alloy'
};
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