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

cst

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cst - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

lib/elements/types/BindExpression.js

5

lib/elements/elementIndex.js

@@ -39,2 +39,6 @@ 'use strict';

var _BindExpression = require('./types/BindExpression');
var _BindExpression2 = _interopRequireDefault(_BindExpression);
var _BlockStatement = require('./types/BlockStatement');

@@ -376,2 +380,3 @@

BinaryExpression: _BinaryExpression2.default,
BindExpression: _BindExpression2.default,
BlockStatement: _BlockStatement2.default,

@@ -378,0 +383,0 @@ BooleanLiteral: _BooleanLiteral2.default,

1

lib/visitorKeys.js

@@ -14,2 +14,3 @@ 'use strict';

BinaryExpression: ['left', 'right'],
BindExpression: ['object', 'callee'],
BlockStatement: ['body', 'directives'],

@@ -16,0 +17,0 @@ BooleanLiteral: [],

7

package.json
{
"name": "cst",
"version": "0.2.0",
"version": "0.3.0",
"description": "JavaScript CST Implementation",

@@ -54,3 +54,6 @@ "author": "Marat Dulin",

"source-map-support": "^0.4.0"
}
},
"files": [
"lib"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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