Socket
Socket
Sign inDemoInstall

aurelia-metadata

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-metadata - npm Package Compare versions

Comparing version 1.0.0-beta.1.1.1 to 1.0.0-beta.1.1.2

4

bower.json
{
"name": "aurelia-metadata",
"version": "1.0.0-beta.1.1.1",
"version": "1.0.0-beta.1.1.2",
"description": "Utilities for reading and writing the metadata of JavaScript functions.",

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

"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.1.0",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "zloirock/core-js"
}
}

@@ -8,3 +8,3 @@ var gulp = require('gulp');

gulp.task('doc-generate', function(){
return gulp.src([paths.output + '*.d.ts', paths.doc + '/core-js.d.ts', './jspm_packages/npm/*/*/*.d.ts'])
return gulp.src([paths.output + '*.d.ts', paths.doc + '/core-js.d.ts', './jspm_packages/npm/*/*.d.ts'])
.pipe(typedoc({

@@ -11,0 +11,0 @@ target: "es6",

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

map: {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.0",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"babel": "npm:babel-core@5.8.23",

@@ -36,7 +36,2 @@ "babel-runtime": "npm:babel-runtime@5.8.20",

},
"npm:aurelia-pal@1.0.0-beta.1.1.0": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:babel-runtime@5.8.20": {

@@ -43,0 +38,0 @@ "process": "github:jspm/nodelibs-process@0.1.2"

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

### 1.0.0-beta.1.1.2 (2016-01-28)
* fix package metadata for jspm
### 1.0.0-beta.1.1.0 (2016-01-28)

@@ -2,0 +6,0 @@

{
"name": "aurelia-metadata",
"version": "1.0.0-beta.1.1.1",
"version": "1.0.0-beta.1.1.2",
"description": "Utilities for reading and writing the metadata of JavaScript functions.",

@@ -21,18 +21,21 @@ "keywords": [

},
"registry": "npm",
"jspmPackage": true,
"format": "cjs",
"jspm": {
"registry": "npm",
"main": "aurelia-metadata",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-pal": "^1.0.0-beta.1.1.0",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "^2.0.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^2.0.3"
"babel": "babel-core@^5.1.13",
"babel-runtime": "^5.1.13",
"core-js": "^2.0.3"
}
},
"peerDependencies": {
"aurelia-pal": "^1.0.0-beta.1.1.0",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "^2.0.3"

@@ -39,0 +42,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