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

esmall

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esmall - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

lib/index.js

4

bin/esmall.js

@@ -32,5 +32,3 @@ #!/usr/bin/env node

var path = require('path');
var esmall = require('../');
var esmall = require('../lib');
var {success, error} = require('./logger');

@@ -37,0 +35,0 @@

{
"name": "esmall",
"version": "1.1.5",
"version": "1.1.6",
"description": "Pretty Naive",
"main": "index.js",
"main": "lib/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "npm run lint && npm run tap",

@@ -18,3 +18,3 @@ /* Copyright 2016 Myles Borins

var esmall = require('../');
var esmall = require('../lib/');

@@ -21,0 +21,0 @@ var code = `

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