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

@tokenfoundry/foundry-frontend

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokenfoundry/foundry-frontend - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

1

build-es/Buttons.js

@@ -9,2 +9,3 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }

import { when } from "./grid";
import { Text } from "./Texts";
/**

@@ -11,0 +12,0 @@ * We need this "mixin" because <a /> (`Link` and `A`) has not a disabled pseudo-class.

4

build/Buttons.js

@@ -16,2 +16,4 @@ "use strict";

var _Texts = require("./Texts");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

@@ -98,3 +100,3 @@

});
var A = (0, _styledComponents["default"])(Text).attrs({
var A = (0, _styledComponents["default"])(_Texts.Text).attrs({
as: "a",

@@ -101,0 +103,0 @@ href: "#"

{
"name": "@tokenfoundry/foundry-frontend",
"version": "0.1.24",
"version": "0.1.25",
"description": "Reusable front end components to be used across Foundry",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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