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

babel-helper-mark-eval-scopes

Package Overview
Dependencies
Maintainers
6
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-mark-eval-scopes - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

__tests__/helper-mark-eval-scopes-test.js

@@ -13,3 +13,3 @@ jest.autoMockOff();

function({ traverse }) {
traverse.clearCache();
(traverse.clearCache || traverse.cache.clear)();
return {

@@ -16,0 +16,0 @@ visitor: {

{
"name": "babel-helper-mark-eval-scopes",
"version": "0.1.1",
"version": "0.2.0",
"description": "Mark scopes for deopt which contain a direct eval call",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-helper-mark-eval-scopes",
"bugs": "https://github.com/babel/babili/issues",
"keywords": [
"babel-minify",
"babel-plugin"
],
"homepage": "https://github.com/babel/minify#readme",
"bugs": "https://github.com/babel/minify/issues",
"license": "MIT",
"author": "boopathi",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin",
"babili"
],
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-mark-eval-scopes"
}
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