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

path-loader

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-loader - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

index.d.ts

@@ -47,3 +47,3 @@ /**

* object in that it will have a `text` property whose value is the raw string value being processed. This was done
* for consistency.)*
* for consistency. There will also be a `location` property containing the location of the path being loaded.)*
* @param callback - Error-first callback

@@ -50,0 +50,0 @@ * @returns the result of processing the responses

{
"name": "path-loader",
"version": "1.0.10",
"version": "1.0.11",
"description": "Utility that provides a single API for loading the content of a path/URL.",
"main": "index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js"
"test": "gulp"
},

@@ -41,30 +41,33 @@ "author": {

"basic-auth": "^2.0.0",
"connect": "^3.6.0",
"connect": "^3.7.0",
"del": "^3.0.0",
"gulp": "~3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"fancy-log": "^2.0.0",
"gulp": "~4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-istanbul": "~1.1.1",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-jsdoc3": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-jsdoc3": "^3.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-mocha": "~3.0.1",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.0",
"jsdoc": "^3.5.5",
"karma": "^1.6.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^4.0.0-rc.5",
"mocha": "^4.0.1",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^2.2.0",
"webpack": "^4.26.1"
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.4",
"jsdoc-to-markdown": "^6.0.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"mocha": "^10.0.0",
"plugin-error": "^1.0.1",
"puppeteer": "^14.3.0",
"webpack": "^4.43.0"
},
"dependencies": {
"native-promise-only": "^0.8.1",
"superagent": "^3.8.3"
"superagent": "^7.1.6"
},
"engines": {
"node": ">=14.0.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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