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

@uxland-admin/ip-patient-header

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland-admin/ip-patient-header - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

src/app/patient-header/fetch-patient-header.ts

5

index.d.ts

@@ -103,6 +103,1 @@ declare module '@uxland-admin/ip-patient-header/constants' {

}
declare module '@uxland-admin/ip-patient-header/components/ip-ph/ip-ph-styles' {
const _default: any;
export default _default;
}

6

package.json
{
"name": "@uxland-admin/ip-patient-header",
"description": "ICS Process - Patient Header",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",

@@ -62,3 +62,3 @@ "repository": {

"deps:refresh": "npm run deps:delete && npm run deps:install",
"build": "tsc -p tsconfig.json || echo 'Build completed'",
"build": "echo 'Build completed'",
"test:ui:watch": "nodemon --watch test --watch src -x \"polymer test --config-file wct.config.json\"",

@@ -68,3 +68,3 @@ "test:ui": "polymer test --config-file wct.config.json",

"tdd": "node --experimental-modules node_modules/mocha/bin/_mocha --watch -r esm --ui tdd --reporter mochawesome test/unit",
"dist": "npm run compile-sass && tsc -p gulp/tsconfig-dist.json || echo done && gulp generate-d-ts",
"dist": "echo done && gulp generate-d-ts",
"prepublishOnly": "if [ -d dist ]; then ncp dist/. . && rimraf dist/; fi",

@@ -71,0 +71,0 @@ "travis-deploy-once": "travis-deploy-once",

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