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

basisjs-tools-ast

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basisjs-tools-ast - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

HISTORY.md

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

## 1.4.2 (July 18, 2016)
- Fixed issue with `invert` binding (`CLASS_BINDING_INVERT`) support in templates
## 1.4.1 (July 15, 2016)

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

@@ -211,2 +211,3 @@ var ELEMENT = 'tag';

case tmpl.CLASS_BINDING_BOOL:
case tmpl.CLASS_BINDING_INVERT:
return [binding[0] + binding[3]];

@@ -213,0 +214,0 @@

2

package.json
{
"name": "basisjs-tools-ast",
"version": "1.4.1",
"version": "1.4.2",
"description": "Tool set for basisjs-tools to work with various types of AST",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/basisjs/basisjs-tools-ast",

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