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.0 to 1.12.1

4

HISTORY.md

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

## 1.12.1 (November 13, 2017)
- Fixed issue with `mime` that breaks a build
## 1.12.0 (November 8, 2017)

@@ -2,0 +6,0 @@

2

lib/build/res/base64.js

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

var fileBase64Content = new Buffer(file.content, 'binary').toString('base64');
var mimeType = mime.lookup(file.relpath);
var mimeType = mime.getType(file.relpath);

@@ -41,0 +41,0 @@ // replace refences

{
"name": "basisjs-tools-build",
"title": "Basis.js build tools",
"version": "1.12.0",
"version": "1.12.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