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.10.0 to 1.10.1

6

HISTORY.md

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

## 1.10.1 (May 26, 2017)
- Fixed image inlining in CSS (i.e. `--css-inline-image` option)
## 1.10.0 (May 17, 2017)

@@ -5,3 +9,3 @@

## 1.9.2 (May 17, 2017)
## 1.9.3 (May 17, 2017)

@@ -8,0 +12,0 @@ ### Build

2

lib/build/res/base64.js

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

return (link[0].type != 'style' && link[0].type != 'style-block') ||
link[1].type != 'uri';
link[1].type != 'Url';
};

@@ -9,0 +9,0 @@

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

@@ -6,0 +6,0 @@ "description": "Build tools for basis.js framework",

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