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.2.0.1 to 1.0.0-rc.1.0.0

4

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

@@ -22,4 +22,4 @@ "keywords": [

"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.1.1"
"aurelia-pal": "^1.0.0-rc.1.0.0"
}
}
var gulp = require('gulp');
var runSequence = require('run-sequence');
var paths = require('../paths');
var changelog = require('conventional-changelog');
var fs = require('fs');
var bump = require('gulp-bump');
var args = require('../args');
var conventionalChangelog = require('gulp-conventional-changelog');
gulp.task('changelog', function () {
return gulp.src(paths.doc + '/CHANGELOG.md', {
buffer: false
}).pipe(conventionalChangelog({
preset: 'angular'
}))
.pipe(gulp.dest(paths.doc));
});
gulp.task('bump-version', function(){

@@ -15,14 +24,2 @@ return gulp.src(['./package.json', './bower.json'])

gulp.task('changelog', function(callback) {
var pkg = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));
return changelog({
repository: pkg.repository.url,
version: pkg.version,
file: paths.doc + '/CHANGELOG.md'
}, function(err, log) {
fs.writeFileSync(paths.doc + '/CHANGELOG.md', log);
});
});
gulp.task('prepare-release', function(callback){

@@ -29,0 +26,0 @@ return runSequence(

@@ -16,10 +16,13 @@ System.config({

map: {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0",
"aurelia-polyfills": "npm:aurelia-polyfills@0.1.2",
"babel": "npm:babel-core@5.8.23",
"babel-runtime": "npm:babel-runtime@5.8.20",
"core-js": "npm:core-js@2.0.3",
"babel": "npm:babel-core@5.8.38",
"babel-runtime": "npm:babel-runtime@5.8.38",
"core-js": "npm:core-js@2.4.0",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
"assert": "npm:assert@1.4.1"
},
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.6.0"
},
"github:jspm/nodelibs-path@0.1.0": {

@@ -29,3 +32,3 @@ "path-browserify": "npm:path-browserify@0.0.0"

"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.2"
"process": "npm:process@0.11.5"
},

@@ -35,16 +38,30 @@ "github:jspm/nodelibs-util@0.1.0": {

},
"npm:assert@1.3.0": {
"github:jspm/nodelibs-vm@0.1.0": {
"vm-browserify": "npm:vm-browserify@0.0.4"
},
"npm:assert@1.4.1": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "npm:util@0.10.3"
},
"npm:aurelia-polyfills@0.1.2": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1"
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0"
},
"npm:babel-runtime@5.8.20": {
"npm:babel-runtime@5.8.38": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@2.0.3": {
"npm:buffer@3.6.0": {
"base64-js": "npm:base64-js@0.0.8",
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@2.4.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",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},

@@ -57,4 +74,6 @@ "npm:inherits@2.0.1": {

},
"npm:process@0.11.2": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
"npm:process@0.11.5": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"vm": "github:jspm/nodelibs-vm@0.1.0"
},

@@ -64,4 +83,7 @@ "npm:util@0.10.3": {

"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:vm-browserify@0.0.4": {
"indexof": "npm:indexof@0.0.1"
}
}
});

@@ -0,1 +1,6 @@

<a name="1.0.0-rc.1.0.0"></a>
# [1.0.0-rc.1.0.0](https://github.com/aurelia/metadata/compare/1.0.0-beta.2.0.1...v1.0.0-rc.1.0.0) (2016-06-22)
### 1.0.0-beta.1.2.1 (2016-05-10)

@@ -2,0 +7,0 @@

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

@@ -31,6 +31,6 @@ "keywords": [

"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.3.0"
"aurelia-pal": "^1.0.0-rc.1.0.0"
},
"peerDependencies": {
"aurelia-pal": "^1.0.0-beta.1.3.0"
"aurelia-pal": "^1.0.0-rc.1.0.0"
},

@@ -45,12 +45,12 @@ "devDependencies": {

"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.3.0"
"aurelia-pal": "^1.0.0-rc.1.0.0"
},
"devDependencies": {
"aurelia-tools": "^0.2.1",
"babel-dts-generator": "^0.5.1",
"babel-eslint": "^6.0.4",
"aurelia-tools": "^0.2.3",
"babel-dts-generator": "^0.6.0",
"babel-eslint": "^6.0.5",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",

@@ -62,4 +62,3 @@ "babel-plugin-transform-flow-strip-types": "^6.8.0",

"babel-preset-stage-1": "^6.5.0",
"conventional-changelog": "1.1.0",
"del": "^2.2.0",
"del": "^2.2.1",
"gulp": "^3.9.1",

@@ -69,2 +68,3 @@ "gulp-babel": "^6.1.2",

"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "^2.0.0",

@@ -90,4 +90,4 @@ "gulp-ignore": "^2.0.1",

"through2": "^2.0.1",
"typedoc": "^0.4.2",
"typescript": "^1.9.0-dev.20160610-1.0",
"typedoc": "^0.4.4",
"typescript": "^1.9.0-dev.20160622-1.0",
"vinyl": "^1.1.1",

@@ -94,0 +94,0 @@ "vinyl-paths": "^2.1.0",

{
"name": "aurelia-metadata",
"main": "dist/aurelia-metadata.d.ts"
"main": "dist/aurelia-metadata.d.ts",
"dependencies": {
"aurelia-pal": "github:aurelia/pal"
}
}
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