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.12.1 to 1.12.2

5

HISTORY.md

@@ -0,1 +1,6 @@

## 1.12.2 (January 16, 2018)
- Fixed data URI inlining to inline SVG resouces
- Fixed infinite recursion on CSS minification
## 1.12.1 (November 13, 2017)

@@ -2,0 +7,0 @@

2

lib/build/res/base64.js

@@ -17,3 +17,3 @@ var atCss = require('basisjs-tools-ast').css;

{
if (file.type == 'image')
if (file.type == 'image' || file.type == 'svg')
{

@@ -20,0 +20,0 @@ fconsole.start(file.relpath);

@@ -176,6 +176,2 @@ var path = require('path');

{
if (!token.links)
token.links = [];
token.links.push(link);
if (file.warn)

@@ -182,0 +178,0 @@ {

{
"name": "basisjs-tools-build",
"title": "Basis.js build tools",
"version": "1.12.1",
"version": "1.12.2",
"homepage": "https://github.com/basisjs/basisjs-tools",

@@ -41,3 +41,3 @@ "description": "Build tools for basis.js framework",

"dependencies": {
"basisjs-tools-ast": "~1.6.0",
"basisjs-tools-ast": "~1.6.1",
"basisjs-tools-config": "~1.1.0",

@@ -48,7 +48,7 @@ "chalk": "^2.3.0",

"fixed-width-string": "^1.0.0",
"mime": "~2.0.3",
"mime": "^2.0.5",
"minimatch": "^3.0.2",
"resolve": "^1.1.7",
"seedrandom": "~2.4.2",
"uglify-es": "~3.1.8"
"uglify-es": "^3.1.10"
},

@@ -55,0 +55,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