@cimpress/simple-auth-wrapper
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -10,4 +10,4 @@ const gulp = require('gulp'); | ||
gulp.task('default', ['babel']); | ||
gulp.task('clean:npm', () => { | ||
@@ -17,3 +17,3 @@ return del(['./lib/']); | ||
gulp.task('babel', ['clean:npm'], () => { | ||
gulp.task('babel', () => { | ||
return gulp | ||
@@ -66,1 +66,3 @@ .src(['./src/**/*.js']) | ||
}); | ||
gulp.task('default', gulp.series('clean:npm','babel',)); |
{ | ||
"name": "@cimpress/simple-auth-wrapper", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "A simple utility class to wrap basic Auth0 functionality", | ||
@@ -9,4 +9,3 @@ "main": "lib/index.js", | ||
"version": "gulp version", | ||
"lib": "gulp", | ||
"preinstall": "npx npm-force-resolutions" | ||
"lib": "gulp" | ||
}, | ||
@@ -31,3 +30,3 @@ "repository": { | ||
"del": "3.0.0", | ||
"gulp": "3.9.1", | ||
"gulp": "4.0.2", | ||
"gulp-babel": "7.0.0", | ||
@@ -38,6 +37,3 @@ "gulp-concat": "2.6.1", | ||
"jest-plugin-clock": "^2.9.0" | ||
}, | ||
"resolutions": { | ||
"graceful-fs": "^4.2.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
136070
1691