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

defop

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

defop - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

.nyc_output/3070.json

8

dst/lib/index.js

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

'use strict';
"use strict";

@@ -8,5 +8,2 @@ Object.defineProperty(exports, "__esModule", {

exports.defop = defop;
require('source-map-support');
/*

@@ -30,3 +27,2 @@ * Callback utility

exports.default = defop;
//# sourceMappingURL=index.js.map
exports.default = defop;

@@ -32,3 +32,2 @@ 'use strict';

defop.end();
});
//# sourceMappingURL=index.js.map
});
{
"name": "defop",
"version": "1.1.4",
"version": "1.1.5",
"description": "A helper function to work with es2015 default options",
"main": "dst/lib/index.js",
"scripts": {
"build": "babel --source-maps --out-dir dst src",
"build": "babel --out-dir dst src",
"test": "tap --cov -R spec ./dst/tst/index.js",

@@ -34,5 +34,4 @@ "pretest": "npm run build",

"eslint": "^1.10.3",
"source-map-support": "^0.4.0",
"tap": "^2.3.5"
}
}
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