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

@redradix/components.anchor

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redradix/components.anchor - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/_anchor.css

4

index.js

@@ -5,4 +5,4 @@ import React from 'react'

import { safelyRender } from '@redradix/components.utils'
import { ReactComponent as ExternalIconDefault } from '@redradix/components.icons/external-link.svg'
import safelyRender from '../../utils/safely-render'
import { ReactComponent as ExternalIconDefault } from '../../styles/icons/external-link.svg'

@@ -9,0 +9,0 @@ const Anchor = ({

{
"name": "@redradix/components.anchor",
"version": "0.2.2",
"version": "0.2.3",
"description": "",

@@ -8,7 +8,7 @@ "publishConfig": {

},
"main": "lib/index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "babel --presets @babel/preset-react . -d lib --ignore \"*.stories.js\",\"lib/\",\"node_modules/\"",
"postpublish": "rm -fr lib"
"prepublish": "NODE_ENV=production webpack --env.package=anchor --env.stylesheets=_anchor",
"postpublish": "rm -fr dist"
},

@@ -22,7 +22,5 @@ "author": "info@redradix.com",

"dependencies": {
"@redradix/components.icons": "^0.1.0",
"@redradix/components.utils": "^0.1.1",
"classnames": "^2.2.6"
},
"gitHead": "b1ba5823cbb76114548dec59432579c881a0dd7e"
"gitHead": "c164a84ca79a03c792a79392e834ef65881b04e5"
}

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