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

@marcopeg/utils

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marcopeg/utils - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

lib/request.js

@@ -5,4 +5,5 @@ /* global fetch */

require('es6-promise').polyfill()
require('isomorphic-fetch')
// - this should be added at the app top level
// require('es6-promise').polyfill()
// require('isomorphic-fetch')

@@ -9,0 +10,0 @@ let devDelay = 0

9

package.json
{
"name": "@marcopeg/utils",
"version": "1.3.0",
"version": "1.3.1",
"description": "Javascript utils for server and client projects",

@@ -18,8 +18,3 @@ "main": "index.js",

},
"homepage": "https://github.com/marcopeg/utils#readme",
"dependencies": {
"es6-promise": "^4.2.4",
"isomorphic-fetch": "^2.2.1",
"winston": "^2.4.2"
}
"homepage": "https://github.com/marcopeg/utils#readme"
}
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