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

@cimpress/simple-auth-wrapper

Package Overview
Dependencies
Maintainers
10
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cimpress/simple-auth-wrapper - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

6

gulpfile.js

@@ -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

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