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

typemoq

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typemoq - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

CHANGELOG.md

14

gulpfile.js

@@ -262,2 +262,12 @@ 'use strict';

gulp.task('changelog', function () {
return gulp.src('CHANGELOG.md', {
buffer: false
})
.pipe($.conventionalChangelog({
preset: 'angular'
}))
.pipe(gulp.dest('./'));
});
gulp.task('clean', function (cb) {

@@ -275,4 +285,8 @@ del([tempDir, distDir], cb);

gulp.task('release', ['default'], function (cb) {
runSequence('changelog', cb);
});
gulp.task('test:travis', ['build'], function (cb) {
runSequence('test:sauce', 'test:mocha', 'test:mocha.es6', cb);
});

5

package.json
{
"name": "typemoq",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple mocking library for TypeScript",

@@ -49,2 +49,3 @@ "author": "Florin Nitoi <florin.nitoi@gmail.com>",

"gulp-concat": "^2.4.3",
"gulp-conventional-changelog": "^1.1.0",
"gulp-load-plugins": "^0.5.0",

@@ -72,4 +73,4 @@ "gulp-rename": "^1.2.0",

"engines": {
"node": "^6.0.45"
"node": ">=6.0.0"
}
}
test/index.html

Sorry, the diff of this file is not supported yet

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