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

alloy-utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alloy-utils - 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
* **utils:** remove scanning of unused widget path ([1b3eba6](https://github.com/appcelerator/alloy-devkit/commit/1b3eba6b4cbe5e39eff0892bd4f5e02372f72b54))
## [0.1.3](https://github.com/appcelerator/alloy-devkit/compare/v0.1.2...v0.1.3) (2020-01-28)

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

1

lib/utils.js

@@ -233,3 +233,2 @@ // The island of misfit toys... for functions

var widgetPaths = [];
widgetPaths.push(path.join(__dirname, '..', 'widgets'));
widgetPaths.push(path.join(appDir, 'widgets'));

@@ -236,0 +235,0 @@

{
"name": "alloy-utils",
"version": "0.1.3",
"version": "0.1.4",
"description": "Common utils for Alloy",

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

"resolve": "^1.12.0",
"xmldom": "^0.1.27"
"xmldom": "^0.2.1"
},

@@ -34,3 +34,3 @@ "engines": {

},
"gitHead": "708d33951898ff6d922c8e85c513fa7580057e69"
"gitHead": "ab6ac0759d5fdc8963f1d502482b7a295db3f5aa"
}
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