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

basisjs-tools-build

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basisjs-tools-build - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

15

HISTORY.md

@@ -0,1 +1,5 @@

## 1.0.1 (November 10, 2015)
- bump `csso` version to `1.4.2`
## 1.0 (November 8, 2015)

@@ -12,2 +16,5 @@

- no more `AST` modifications on extract (`basis.resource`, `basis.require` etc.)
- make `basis.js` config parse error as fatal
- support for images in `<meta name="msapplication-*">`
- fix: exception on html extract when `<link>` has no `href` attribute
- make template isolate prefix reproducible (preparation for script and style freeze, `basis.js` support required)

@@ -19,3 +26,5 @@ - take in account special comment (`/* basisjs-tools:disable-warnings */`) in css to avoid warnings for this file

- broken links in markup `l10n` tokens (warn doesn't add to flow)
- drop support for `basis.l10n` v1 (`basis.js` prior `1.0`)
- add some checks for duplicate parameter/property names in strint mode
- add some ES6 globals to dict

@@ -29,6 +38,9 @@ ### build

- basic `--single-file` implementation
- fix `--css-inline-image` option
- remove `zip` target
- make command multi-run ready
- support for images in `<meta name="msapplication-*">`
- prevent accident original files rewrite
- compress implicit template names for `l10n` markup tokens (reduce build size)
- don't set `type="text/javascript"` for `<script>` in resulting html

@@ -42,7 +54,8 @@ ### lint

- make possible set default reporter (`console`) via option
- implement `junit` reporter
### Misc
- new command `find` that resolve filename by `basis.js` file reference
- trailing slash is not adding to `--base` and `--output` values
- new command `find` that resolve filename by `basis.js` file reference
- `--output` option available only for `build` command

@@ -49,0 +62,0 @@ - new option `--theme` that specify what themes should used for result

8

package.json
{
"name": "basisjs-tools-build",
"title": "Basis.js developer tools",
"version": "1.0.0",
"title": "Basis.js developer build tools",
"version": "1.0.1",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Developer tools for basis.js framework",
"description": "Developer build tools for basis.js framework",
"author": "Roman Dvornov <rdvornov@gmail.com>",

@@ -30,3 +30,3 @@ "license": "MIT",

"csso": "1.4.1",
"csso": "1.4.2",
"uglify-js": "1.3.5",

@@ -33,0 +33,0 @@ "mime": "1.3.4"

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