Socket
Socket
Sign inDemoInstall

ast-contains-only-empty-space

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-contains-only-empty-space - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

2

dist/ast-contains-only-empty-space.esm.js
/**
* @name ast-contains-only-empty-space
* @fileoverview Does AST contain only empty space?
* @version 3.0.10
* @version 3.0.11
* @author Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * @license MIT

/**
* @name ast-contains-only-empty-space
* @fileoverview Does AST contain only empty space?
* @version 3.0.10
* @version 3.0.11
* @author Roy Revelt, Codsen Ltd

@@ -14,3 +14,3 @@ * @license MIT

* @fileoverview Utility library to traverse AST
* @version 3.0.10
* @version 3.0.11
* @author Roy Revelt, Codsen Ltd

@@ -23,3 +23,3 @@ * @license MIT

* @fileoverview Utility library of AST helper functions
* @version 2.0.10
* @version 2.0.11
* @author Roy Revelt, Codsen Ltd

@@ -26,0 +26,0 @@ * @license MIT

{
"name": "ast-contains-only-empty-space",
"version": "3.0.10",
"version": "3.0.11",
"description": "Does AST contain only empty space?",

@@ -42,3 +42,3 @@ "keywords": [

"dev": "DEV=true node '../../ops/scripts/esbuild.js' && yarn run dts",
"dts": "rollup -c",
"dts": "rollup -c && yarn run prettier 'types/index.d.ts' --write",
"examples": "node '../../ops/scripts/run-examples.js'",

@@ -50,2 +50,4 @@ "lect": "node '../../ops/lect/lect.js'",

"prepare": "echo 'ready'",
"prettier": "prettier",
"prettier:format": "prettier --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern",
"pretest": "yarn run lect && yarn run build",

@@ -73,4 +75,4 @@ "test": "c8 yarn run unit && yarn run examples && yarn run lint",

"dependencies": {
"ast-monkey-traverse": "^3.0.10"
"ast-monkey-traverse": "^3.0.11"
}
}

@@ -29,3 +29,3 @@ # ast-contains-only-empty-space

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required:
The latest version is **ESM only**: Node 12+ is needed to use it and it must be `import`ed instead of `require`d. If your project is not on ESM yet and you want to use `require`, use an older version of this program, `2.1.0`.

@@ -36,4 +36,2 @@ ```bash

If you need a legacy version which works with `require`, use version 2.1.0
## Quick Take

@@ -79,6 +77,4 @@

Copyright (c) 2010-2021 Roy Revelt and other contributors
Copyright (c) 2010-2022 Roy Revelt and other contributors
<img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center">

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