Socket
Socket
Sign inDemoInstall

aurelia-logging

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-logging - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.1.1.0

2

bower.json
{
"name": "aurelia-logging",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.1.1.0",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,3 +19,3 @@ System.config({

"babel-runtime": "npm:babel-runtime@5.8.25",
"core-js": "npm:core-js@1.2.6",
"core-js": "npm:core-js@2.0.3",
"github:jspm/nodelibs-assert@0.1.0": {

@@ -39,3 +39,3 @@ "assert": "npm:assert@1.3.0"

},
"npm:core-js@1.2.6": {
"npm:core-js@2.0.3": {
"fs": "github:jspm/nodelibs-fs@0.1.2",

@@ -42,0 +42,0 @@ "path": "github:jspm/nodelibs-path@0.1.0",

@@ -0,1 +1,9 @@

## 1.0.0-beta.1.1.0 (2016-01-28)
#### Features
* **all:** update for jspm and core-js ([d71d0a4a](http://github.com/aurelia/logging/commit/d71d0a4aa5db4e5697f91dc16e021c0796cf8fa5))
### 1.0.0-beta.1 (2015-11-15)

@@ -2,0 +10,0 @@

{
"name": "aurelia-logging",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.1.1.0",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",

@@ -20,13 +20,10 @@ "keywords": [

},
"jspmNodeConversion": false,
"registry": "npm",
"jspmPackage": true,
"format": "cjs",
"jspm": {
"main": "aurelia-logging",
"format": "amd",
"directories": {
"lib": "dist/amd"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^1.2.6"
"babel": "babel-core@^5.1.13",
"babel-runtime": "^5.1.13",
"core-js": "^2.0.3"
}

@@ -33,0 +30,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