Socket
Socket
Sign inDemoInstall

@ltht-react/types

Package Overview
Dependencies
Maintainers
1
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/types - npm Package Compare versions

Comparing version 0.0.1-alpha.2 to 0.0.1

CHANGELOG.md

2

lib/index.d.ts

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

export * from './PatientResource';
export * from './resources';
"use strict";
exports.__esModule = true;
var _PatientResource = require("./PatientResource");
Object.keys(_PatientResource).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
exports[key] = _PatientResource[key];
});
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./resources"));
//# sourceMappingURL=index.js.map
{
"name": "@ltht-react/types",
"version": "0.0.1-alpha.2",
"version": "0.0.1",
"description": "> TODO: description",
"author": "Jonny Smith <jonny.smith@digitaljs.com>",
"homepage": "https://github.com/ltht-epr/ltht-react/tree/master/components/ltht-types#readme",
"author": "Jonny Smith <jonny.asmith@gmail.com>",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"directories": {

@@ -14,24 +17,21 @@ "lib": "lib",

},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ltht-epr/ltht-react.git"
},
"scripts": {
"build": "yarn build:lib && yarn build:es && yarn build:definition",
"build:lib": "rimraf lib && babel src -d lib --extensions '.ts,.tsx' --source-maps --config-file ../../babel.config.js",
"build:es": "rimraf es && cross-env BABEL_ENV=es babel src -d es --extensions '.ts,.tsx' --source-maps --config-file ../../babel.config.js",
"build:definition": "tsc --noEmit false --emitDeclarationOnly",
"build:watch": "tsc --noEmit false --emitDeclarationOnly --watch",
"type:check": "tsc"
"clean": "rimraf lib",
"build": "yarn build:lib",
"build:watch": "tsc -w",
"build:lib": "tsc",
"type:check": "tsc --noEmit",
"lint": "prettylint 'src/*.{ts,tsx}'"
},
"bugs": {
"url": "https://github.com/ltht-epr/ltht-react/issues"
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27"
},
"gitHead": "6fa258305aba3dfbc377877e058d89d6bf255710"
"devDependencies": {
"typescript": "^3.7.4"
},
"gitHead": "9aa55822ea952f1b36db1543e601b2c78b11f2e2"
}

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

# `ltht-types`
# `@ltht-react/core`

@@ -8,5 +8,5 @@ > TODO: description

```
const lthtTypes = require('ltht-types');
const core = require('@ltht-react/core');
// TODO: DEMONSTRATE API
```

Sorry, the diff of this file is not supported yet

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