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

@bonniernews/fake-tool-api

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonniernews/fake-tool-api - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

index.js

@@ -736,3 +736,3 @@ import nock from "nock";

const ofType = contentByType[type];
if (!ofType) {
if (!ofType || !ofType[id]) {
return [ 404 ];

@@ -739,0 +739,0 @@ }

{
"name": "@bonniernews/fake-tool-api",
"version": "1.3.0",
"version": "1.4.0",
"type": "module",

@@ -21,5 +21,3 @@ "description": "Mocked Bonnier News tool api, for use in automated tests",

"license": "MIT",
"files": [
"index.js"
],
"files": ["index.js"],
"devDependencies": {

@@ -26,0 +24,0 @@ "@bonniernews/eslint-config": "^1.1.0",

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