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

bidon

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bidon - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="2.4.0"></a>
# [2.4.0](https://github.com/guillaumearm/bidon/compare/v2.3.1...v2.4.0) (2018-03-13)
### Features
* **dummy:** use pipe oprator in empty.js ([5612001](https://github.com/guillaumearm/bidon/commit/5612001))
<a name="2.3.1"></a>

@@ -2,0 +10,0 @@ ## [2.3.1](https://github.com/guillaumearm/bidon/compare/v2.3.0...v2.3.1) (2018-03-13)

6

dist/empty.js

@@ -16,3 +16,7 @@ (function (global, factory) {

void null;
var _x, _x2, _x3;
void (_x = 41, _x + 1);
void (_x2 = 41, _x2 + 1);
void (_x3 = 41, _x3 + 1);
});

8

dist/index.js
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["path", "util", "fs"], factory);
define(["path", "util", "fs", "./empty"], factory);
} else if (typeof exports !== "undefined") {
factory(require("path"), require("util"), require("fs"));
factory(require("path"), require("util"), require("fs"), require("./empty"));
} else {

@@ -10,6 +10,6 @@ var mod = {

};
factory(global.path, global.util, global.fs);
factory(global.path, global.util, global.fs, global.empty);
global.index = mod.exports;
}
})(this, function (_path, _util, _fs) {
})(this, function (_path, _util, _fs, _empty) {
"use strict";

@@ -16,0 +16,0 @@

@@ -1,1 +0,5 @@

void null;
var _x, _x2, _x3;
void (_x = 41, _x + 1);
void (_x2 = 41, _x2 + 1);
void (_x3 = 41, _x3 + 1);

@@ -9,2 +9,4 @@ "use strict";

require("./empty");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -11,0 +13,0 @@

{
"name": "bidon",
"version": "2.3.1",
"version": "2.4.0",
"description": "Fake repository for testing ci tools",

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

@@ -1,1 +0,4 @@

void null;
void (41 |> x => x + 1);
void (41 |> x => x + 1);
void (41 |> x => x + 1);

@@ -10,2 +10,4 @@ import { resolve } from 'path';

import './empty';
module.exports = async function main() {

@@ -12,0 +14,0 @@ const packageJsonPath = resolve(__dirname, '..', 'package.json');

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