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

@cfpb/cfpb-icons

Package Overview
Dependencies
Maintainers
8
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfpb/cfpb-icons - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "@cfpb/cfpb-icons",
"version": "0.3.0",
"version": "0.3.1",
"description": "Design System icons",

@@ -13,3 +13,3 @@ "less": "src/cfpb-icons.less",

],
"gitHead": "d1ec4714e192d75da6a4f99381b80604e529f81e"
"gitHead": "a495b375b1c731a9de9d67181c527db14723c839"
}

@@ -19,3 +19,3 @@ # @cfpb/icons [![Build Status](https://img.shields.io/travis/cfpb/design-system.svg)](https://travis-ci.org/cfpb/design-system) [![npm](https://img.shields.io/npm/v/@cfpb/icons.svg?style=flat-square)](https://www.npmjs.com/package/@cfpb/icons)

- [Find out about contributing](https://github.com/cfpb/design-system/blob/master/CONTRIBUTING.md)
- [Find out about contributing](https://github.com/cfpb/design-system/blob/main/CONTRIBUTING.md)
- [File a bug](https://github.com/cfpb/design-system/issues/new?labels=bug)

@@ -22,0 +22,0 @@

@@ -23,3 +23,8 @@ const path = require( 'path' );

// Retrieve this plugin script's path so we can fake __dirname.
const thisScriptPath = pluginManager.installedPlugins[1].filename;
// When less is updated, the installedPlugins[x] index value may need to
// be updated. If you receive an error when building that's like
// "The "path" argument must be of type string. Received undefined"
// Add console.log( pluginManager.installedPlugins ) and look for the
// index value that has a filename property that points to this file.
const thisScriptPath = pluginManager.installedPlugins[2].filename;

@@ -26,0 +31,0 @@ // __dirname is not accessible in this script, so this fakes it.

@@ -41,3 +41,3 @@ As a work of the United States Government, this package is in the

[policy]: https://github.com/cfpb/design-system/blob/master/TERMS.md
[policy]: https://github.com/cfpb/design-system/blob/main/TERMS.md
[CC0]: http://creativecommons.org/publicdomain/zero/1.0/legalcode

@@ -44,0 +44,0 @@

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