New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

horpyna

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

horpyna - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4-i

2

dist/index.js

@@ -207,3 +207,3 @@ require("source-map-support").install();

* @param component parent component
* @param channel parent channel name
* @param channelName parent channel name
*/

@@ -210,0 +210,0 @@

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

gulp.task('_test', shell.task(['./node_modules/.bin/mocha --compilers js:babel-register --check-leaks --timeout 3000 tests']));
gulp.task('_coverage-test-server', shell.task(['./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha tests/server --print both --recursive -- -u exports -R spec && open coverage/lcov-report/index.html']));

@@ -59,3 +58,3 @@ gulp.task('test',function(done) {

'_compile-prod',
'_coverage-test-server',
'_coverage',
done

@@ -62,0 +61,0 @@ )

{
"name": "horpyna",
"version": "0.3.3",
"version": "0.3.4i",
"description": "promised modules flow control core library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "gulp test"
},

@@ -29,3 +29,3 @@ "repository": {

"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",

@@ -48,3 +48,2 @@ "babel-eslint": "^6.0.4",

"gulp-shell": "^0.5.2",
"istanbul": "^0.4.3",
"json-loader": "^0.5.4",

@@ -51,0 +50,0 @@ "mocha": "^2.5.3",

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