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

astoptech

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astoptech - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js
const binaryExpressionReduction = require('./src/binaryExpressionReduction')
const ifStatementRemoval = require('./src/ifStatementRemoval')
const negationOperatorRemoval = require('./src/negationOperatorRemoval')
module.exports = {
binaryExpressionReduction,
ifStatementRemoval
ifStatementRemoval,
negationOperatorRemoval
}
{
"name": "astoptech",
"version": "1.0.0",
"version": "1.0.1",
"description": "abstract syntax tree optimization techniques",

@@ -5,0 +5,0 @@ "main": "index.js",

const AbstractSyntaxTree = require('abstract-syntax-tree')
const binaryExpressionReduction = require('./binaryExpressionReduction')
const { binaryExpressionReduction } = require('..')
const assert = require('assert')

@@ -4,0 +4,0 @@

const AbstractSyntaxTree = require('abstract-syntax-tree')
const ifStatementRemoval = require('./ifStatementRemoval')
const { ifStatementRemoval } = require('..')
const assert = require('assert')

@@ -4,0 +4,0 @@

const AbstractSyntaxTree = require('abstract-syntax-tree')
const negationOperatorRemoval = require('./negationOperatorRemoval')
const { negationOperatorRemoval } = require('..')
const assert = require('assert')

@@ -4,0 +4,0 @@

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