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

fh-security

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-security - npm Package Compare versions

Comparing version 0.2.1 to 0.3.1

Jenkinsfile

9

Gruntfile.js

@@ -6,8 +6,11 @@ module.exports = function(grunt) {

grunt.initConfig({
_test_runner: 'expresso',
_unit_args: '-I lib -q -c -b',
_test_runner: '_mocha',
_unit_args: '-A -u exports --recursive -t 10000 ./test/unit',
// These are the properties that grunt-fh-build will use
unit: '<%= _test_runner %> <%= _unit_args %>',
unit_cover: 'istanbul cover --dir cov-unit <%= _test_runner %> -- <%= _unit_args %>'
unit_cover: 'istanbul cover --dir cov-unit <%= _test_runner %> -- <%= _unit_args %>',
integrate:['<%= _test_runner %> ./test/integrate'],
accept:['<%= _test_runner %> ./test/accept']
});

@@ -14,0 +17,0 @@

{
"name": "fh-security",
"version": "0.2.1",
"version": "0.3.1",
"dependencies": {
"asn1": {
"version": "0.2.3",
"from": "asn1@0.2.3",
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz"
},
"node-rsa": {
"version": "0.3.2",
"from": "node-rsa@0.3.2",
"resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-0.3.2.tgz",
"dependencies": {
"asn1": {
"version": "0.2.3",
"from": "asn1@0.2.3",
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz"
}
}
"resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-0.3.2.tgz"
}
}
}
{
"name": "fh-security",
"description": "FeedHenry Security Library",
"version": "0.2.1",
"version": "0.3.1",
"repository": {

@@ -20,8 +20,8 @@ "type": "git",

"devDependencies": {
"chai": "^4.1.2",
"eslint": "^2.7.0",
"async": "*",
"expresso": "^0.9.2",
"grunt": "^1.0.1",
"grunt-fh-build": "^1.0.1",
"istanbul": "^0.4.3"
"grunt-fh-build": "^2.0.0",
"istanbul": "^0.4.3",
"mocha": "^3.5.3"
},

@@ -28,0 +28,0 @@ "license": "Apache-2.0",

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