Socket
Socket
Sign inDemoInstall

fs-then-native

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

fs-then-native - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

main.js
var detect = require('feature-detect-es6')
if (detect.all('class', 'arrowFunction', 'let', 'const')) {
if (detect.all('class', 'arrowFunction', 'let', 'const', 'spread')) {
module.exports = require('./src/lib/fs-then-native')

@@ -5,0 +5,0 @@ } else {

{
"name": "fs-then-native",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.0",
"version": "0.1.1",
"description": "fs-then-native",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/fs-then-native.git",

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