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

@transferwise/icons

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/icons - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

lib/angular/components/ach-icon.component.d.ts

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# v2.0.0-beta.2
## Add angularJS support
The library now distributes an AngularJS module for all the icons.
To use it in your angularJs app, just import the module
```js
import { TwIconsModule } from "@transferwise/icons/lib/angular";
angular.module("app", [TwIconsModule]);
```
and in your angularJs template use the icons
```html
<tw-activity-icon size="16" filled="true"></tw-activity-icon>
<tw-alert-circle-icon size="24"></tw-alert-circle-icon>
```
# v2.0.0-beta.1

@@ -2,0 +19,0 @@ ## ICONS v2

13

package.json
{
"name": "@transferwise/icons",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "TransferWise SVG icons",

@@ -13,4 +13,4 @@ "main": "lib/index.js",

"build": "run-s build:*",
"build:clean": "rimraf lib build && mkdir lib && mkdir -p build/components",
"build:react-components": "yarn run build-react-components",
"build:clean": "rimraf lib build && mkdir lib && mkdir -p build/components && mkdir -p build/angular/components",
"build:icon-components": "yarn run build-icon-components",
"build:format": "yarn prettier --write",

@@ -24,5 +24,5 @@ "build:rollup": "rollup -c",

"lint-fix": "yarn run lint --fix",
"prettier": "prettier './build/**/*.{ts,tsx}'",
"prettier": "prettier './build/**/*.{ts,tsx,js}'",
"release-to-github": "release-to-github-with-changelog",
"build-react-components": "ts-node --project ./tsconfig.scripts.json ./scripts/build-react-components.ts"
"build-icon-components": "ts-node --project ./tsconfig.scripts.json ./scripts/build-icon-components.ts"
},

@@ -41,3 +41,4 @@ "repository": {

"peerDependencies": {
"react": "*"
"react": "*",
"angular": "*"
},

@@ -44,0 +45,0 @@ "devDependencies": {

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