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.9.1 to 1.9.2

6

HISTORY.md

@@ -0,1 +1,7 @@

## 1.9.2 (May 17, 2017)
### Build
- Fixed warning on implicit usage of `__filename` in basis.js core module
## 1.9.1 (March 26, 2017)

@@ -2,0 +8,0 @@

8

lib/extract/js/collectInfo.js

@@ -43,3 +43,9 @@ var walk = require('basisjs-tools-ast').js.walk;

var hasOwnProperty = Object.prototype.hasOwnProperty;
var ignoreBasisImplicitNames = ['require', 'exports', '__resources__', '__namespace_map__'];
var ignoreBasisImplicitNames = [
'require',
'exports',
'__resources__',
'__namespace_map__',
'__filename'
];

@@ -46,0 +52,0 @@ for (var i = 0, file; file = queue[i]; i++)

2

package.json
{
"name": "basisjs-tools-build",
"title": "Basis.js build tools",
"version": "1.9.1",
"version": "1.9.2",
"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