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

halogen

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

halogen - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

17

gulpfile.js

@@ -5,2 +5,3 @@ var browserify = require('browserify'),

del = require('del'),
vinyPaths = require('vinyl-paths'),
gulp = require('gulp'),

@@ -19,3 +20,2 @@ bump = require('gulp-bump'),

react = require('gulp-react'),
rimraf = require('gulp-rimraf'),
source = require('vinyl-source-stream'),

@@ -294,10 +294,9 @@ watchify = require('watchify');

*/
var stream
gulp.task('build:npm', function(done){
stream = gulp.src(SRC_PATH + '/*.js')
function buildToRoot(){
return gulp.src(SRC_PATH + '/*.js')
.pipe(react())
.pipe(gulp.dest('./'))
}
return stream;
});
gulp.task('build:npm', buildToRoot);

@@ -311,4 +310,4 @@ gulp.task('publish:npm', ['build:npm'], function(done) {

gulp.task('npm', ['publish:npm'], function(){
return stream.pipe(rimraf())
gulp.task('release:npm', ['publish:npm'], function(){
buildToRoot().pipe(vinyPaths(del))
});

@@ -325,2 +324,2 @@

gulp.task('release', ['publish:tag', 'publish:npm', 'publish:examples']);
gulp.task('release', ['publish:tag', 'release:npm', 'publish:examples']);
{
"name": "halogen",
"version": "0.1.5",
"version": "0.1.6",
"description": "A collection of loading spinners with React.js",

@@ -13,4 +13,3 @@ "main": "Halogen.js",

"dependencies": {
"react-kit": "^0.1.0",
"reactify": "^0.17.0"
"react-kit": "^0.1.0"
},

@@ -21,2 +20,3 @@ "peerDependencies": {

"devDependencies": {
"reactify": "^0.17.0",
"browserify": "^6.3.3",

@@ -40,4 +40,3 @@ "browserify-shim": "^3.8.0",

"watchify": "^2.1.1",
"gulp-react": "^3.0.1",
"gulp-rimraf": "^0.1.1"
"gulp-react": "^3.0.1"
},

@@ -44,0 +43,0 @@ "browserify": {

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