🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

shallow-render

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shallow-render - npm Package Compare versions

Comparing version

to
18.0.3

dist/index.d.ts

6

package.json
{
"name": "shallow-render",
"version": "18.0.2",
"version": "18.0.3",
"description": "Shallow rendering test utility for Angular",

@@ -26,5 +26,5 @@ "main": "dist/index.js",

"lint": "npm run lint:ts && npm run lint:format",
"lint:ts": "eslint '**/*.ts'",
"lint:ts": "eslint **/*.ts",
"lint:ts:fix": "npm run lint:ts -- --fix",
"lint:format": "prettier --list-different '**/*'",
"lint:format": "prettier --list-different **/*",
"lint:format:fix": "npm run lint:format -- --write",

@@ -31,0 +31,0 @@ "lint:fix": "npm run lint:ts:fix && npm run lint:format:fix",