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

halfred

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

halfred - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.releaserc.json

8

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.1](https://github.com/traverson/halfred/compare/v1.1.0...v1.1.1) (2018-09-23)
### Bug Fixes
* **readme:** made a meaningless change to trigger a release ([1828b54](https://github.com/traverson/halfred/commit/1828b54))
Release Notes

@@ -10,2 +17,1 @@ -------------

* 1.1.0 2018-09-09: Add 'injectLogger' function

22

Gruntfile.js

@@ -107,10 +107,22 @@ 'use strict';

grunt.registerTask('default', [
'jshint',
'mochaTest',
grunt.registerTask('test', [
'jshint',
'mochaTest'
]);
grunt.registerTask('build', [
'clean',
'browserify',
'uglify',
'mocha',
'uglify'
]);
grunt.registerTask('test-browser', [
'mocha'
]);
grunt.registerTask('default', [
'test',
'build',
'test-browser'
]);
};
{
"name": "halfred",
"version": "1.1.0",
"version": "1.1.1",
"description": "parses JSON HAL resources (Hypertext Application Language)",

@@ -15,3 +15,5 @@ "main": "halfred.js",

"scripts": {
"test": "grunt"
"test": "grunt",
"build": "grunt build",
"prepack": "run-s build"
},

@@ -26,3 +28,3 @@ "config": {

"chai": "^4.1.2",
"commitlint-config-traverson": "^1.0.0",
"commitlint-config-traverson": "^1.0.1",
"cz-conventional-changelog": "^2.1.0",

@@ -32,5 +34,5 @@ "grunt": "^1.0.3",

"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",

@@ -41,3 +43,4 @@ "grunt-mocha": "^1.1.0",

"load-grunt-tasks": "^3.5.2",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3"
},

@@ -44,0 +47,0 @@ "greenkeeper": {

Sorry, the diff of this file is not supported yet

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