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

@ltht-react/button

Package Overview
Dependencies
Maintainers
5
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/button - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [0.0.18](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/button@0.0.17...@ltht-react/button@0.0.18) (2020-09-10)
**Note:** Version bump only for package @ltht-react/button
## [0.0.17](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/button@0.0.16...@ltht-react/button@0.0.17) (2020-09-01)

@@ -8,0 +17,0 @@

1

lib/atoms/button.js

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.styles = void 0;
var core_1 = require("@emotion/core");

@@ -9,0 +10,0 @@ var styles_1 = require("@ltht-react/styles");

4

lib/atoms/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var button_1 = require("./button");
exports.Button = button_1.default;
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return button_1.default; } });
var primary_button_1 = require("./primary-button");
exports.PrimaryButton = primary_button_1.default;
Object.defineProperty(exports, "PrimaryButton", { enumerable: true, get: function () { return primary_button_1.default; } });
//# sourceMappingURL=index.js.map
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./atoms"));
__exportStar(require("./atoms"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@ltht-react/button",
"version": "0.0.17",
"version": "0.0.18",
"description": "ltht-react atoms Button component.",

@@ -30,9 +30,9 @@ "author": "LTHT",

"@emotion/styled": "^10.0.27",
"@ltht-react/styles": "^0.1.17",
"@ltht-react/styles": "^0.1.18",
"@ltht-react/types": "^0.0.9",
"@ltht-react/utils": "^0.1.17",
"@ltht-react/utils": "^0.1.18",
"emotion": "^10.0.27",
"react": "^16.12.0"
},
"gitHead": "4d364556bb11e294d86697c2dac66742f7aabc7f"
"gitHead": "6f88b301f18fa5b39cf5f6c6126812b5f134f4d1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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