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

@fremtind/jkl-icons-react

Package Overview
Dependencies
Maintainers
0
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-icons-react - npm Package Compare versions

Comparing version 9.2.0 to 9.2.1

2

build/cjs/icons/OpenInNewIcon.js

@@ -49,5 +49,5 @@ "use strict";

var import_react = __toESM(require("react"));
var import_Icon = require("../Icon.js");
var import_Icon = require("../Icon");
const OpenInNewIcon = (props) => /* @__PURE__ */ import_react.default.createElement(import_Icon.Icon, __spreadValues({}, props), "\uE89E");
OpenInNewIcon.displayName = "OpenInNewIcon";
//# sourceMappingURL=OpenInNewIcon.js.map

@@ -18,3 +18,3 @@ var __defProp = Object.defineProperty;

import React from "react";
import { Icon } from "../Icon.js";
import { Icon } from "../Icon";
const OpenInNewIcon = (props) => /* @__PURE__ */ React.createElement(Icon, __spreadValues({}, props), "\uE89E");

@@ -21,0 +21,0 @@ OpenInNewIcon.displayName = "OpenInNewIcon";

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

import { type IconComponent } from "../Icon.js";
import { type IconComponent } from "../Icon";
export declare const OpenInNewIcon: IconComponent;
{
"name": "@fremtind/jkl-icons-react",
"version": "9.2.0",
"version": "9.2.1",
"publishConfig": {

@@ -59,3 +59,3 @@ "access": "public"

},
"gitHead": "8acbd98262aa0f0054c81f26566d597cd4673a0f"
"gitHead": "b8823740b3c0a6d83760f6238edbbd604c81f75a"
}

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