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

enable

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enable - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/let.js

5

History.md
1.0.1 / 2014-10-30
==================
* add `let` support (@alsotang)
1.0.0 / 2014-10-30

@@ -3,0 +8,0 @@ ==================

@@ -23,1 +23,8 @@ /**!

}
try {
require('./let');
exports.let = true;
} catch (e) {
exports.let = false;
}

2

package.json
{
"name": "enable",
"version": "1.0.0",
"version": "1.0.1",
"description": "Detect es6 features enable or not.",

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

@@ -48,2 +48,3 @@ enable

* `enable.generator`: generator enable or not
* `enable.let`: support `let a;` or not

@@ -50,0 +51,0 @@ ## Test

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