Socket
Socket
Sign inDemoInstall

feature-detect-es6

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feature-detect-es6 - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

index.js

11

package.json
{
"name": "feature-detect-es6",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.4.0",
"version": "1.4.1",
"description": "Detect which ES2015 features are available.",
"repository": "https://github.com/75lb/feature-detect-es6.git",
"license": "MIT",
"main": "./lib/feature-detect-es6.js",
"keywords": [

@@ -33,12 +32,12 @@ "detect",

"scripts": {
"test": "tape test/*.js",
"test": "echo 'Run the appropriate script in test/ for your version of node.'",
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"
},
"devDependencies": {
"jsdoc-to-markdown": "^3.0.2",
"tape": "^4.8.0"
"jsdoc-to-markdown": "^4.0.1",
"tape": "^4.9.0"
},
"dependencies": {
"array-back": "^1.0.3"
"array-back": "^1.0.4"
}
}

@@ -0,1 +1,2 @@

/* Travis sets `process.env.VERSION` before running this script */
switch (process.env.VERSION) {

@@ -2,0 +3,0 @@ case '6':

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