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

just-nu

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-nu - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

3

index.js

@@ -1,2 +0,2 @@

const fetch = require('isomorphic-fetch');
const fetch = require('node-fetch');

@@ -6,2 +6,3 @@ const smoosh = (a, b) => a.concat(b);

module.exports = function () {
// @ts-ignore - node-fetch types are wrong
return fetch('http://aftonbladet.se')

@@ -8,0 +9,0 @@ .then(r => r.text())

{
"name": "just-nu",
"version": "5.0.3",
"version": "5.0.4",
"description": "Antal JUST NU på Aftonbladet",

@@ -30,4 +30,4 @@ "main": "index.js",

"dependencies": {
"isomorphic-fetch": "^2.2.1"
"node-fetch": "^2.1.2"
}
}
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