@roo-ui/assets
Advanced tools
Comparing version 0.61.0-alpha.71d26f32 to 0.62.5
@@ -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) |
{ | ||
"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" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34704
40
126
0
1