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

basisjs-tools

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basisjs-tools - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

HISTORY.md

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

## 1.1.2 (october 24, 2013)
* hot fix for basis.js 0.9 apps
## 1.1.1 (october 24, 2013)

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

2

lib/build/js/buildPackages.js

@@ -362,3 +362,3 @@

for (var key in basis.config.path)
basis.config.path[key] = basis.path.resolve(basis.config.path[key]);
basis.config.path[key] = basis.path.resolve(basis.config.path[key]) || '/';

@@ -365,0 +365,0 @@ for (var key in map)

{
"name": "basisjs-tools",
"title": "Basis developer tools",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/basisjs/basisjs-tools",

@@ -6,0 +6,0 @@ "description": "Developer 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