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

@roo-ui/assets

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roo-ui/assets - npm Package Compare versions

Comparing version 0.61.0-alpha.71d26f32 to 0.62.5

dist/cjs/assets/alertIllustration.svg

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.62.5"></a>
## [0.62.5](https://github.com/hooroo/roo-ui/compare/v0.62.4...v0.62.5) (2019-07-23)
**Note:** Version bump only for package @roo-ui/assets
<a name="0.58.10"></a>

@@ -8,0 +16,0 @@ ## [0.58.10](https://github.com/hooroo/roo-ui/compare/v0.58.9...v0.58.10) (2019-03-18)

12

package.json
{
"name": "@roo-ui/assets",
"version": "0.61.0-alpha.71d26f32",
"version": "0.62.5",
"license": "MIT",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"publishConfig": {

@@ -11,4 +12,9 @@ "access": "public"

"prepublish": "yarn build",
"build": "babel --root-mode upward src -d dist --copy-files"
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "babel --copy-files --root-mode upward src -d dist/cjs",
"build:esm": "ESM_BUILD=1 babel --copy-files --root-mode upward src -d dist/esm",
"build:cjs:watch": "yarn run build:cjs --watch",
"build:esm:watch": "yarn run build:esm --watch",
"build:watch": "concurrently --kill-others yarn:build:cjs:watch yarn:build:esm:watch"
}
}
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