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.0 to 0.1.1

8

CHANGELOG.md

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

## [0.1.1](https://github.com/appcelerator/alloy-devkit/compare/v0.1.0...v0.1.1) (2020-01-24)
**Note:** Version bump only for package alloy-utils
# 0.1.0 (2020-01-24)

@@ -8,0 +16,0 @@

5

lib/logger.js

@@ -1,4 +0,5 @@

var colors = require('colors'),
U = require('./utils');
require('colors');
var U = require('./utils');
exports.TRACE = 4;

@@ -5,0 +6,0 @@ exports.DEBUG = 3;

9

package.json
{
"name": "alloy-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Common utils for Alloy",

@@ -13,2 +13,7 @@ "main": "lib/index.js",

"license": "Apache-2.0",
"homepage": "https://github.com/appcelerator/alloy-devkit/tree/develop/packages/alloy-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/appcelerator/alloy-devkit.git"
},
"dependencies": {

@@ -28,3 +33,3 @@ "@babel/code-frame": "^7.8.3",

},
"gitHead": "8d1ddd7d8718855ec34b0ccc4bc45b756678f950"
"gitHead": "611408f2a367e5e134f3f6d0275255ae24f3e143"
}
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