New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-operator-overloading

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-operator-overloading - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

dist/index.js

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

(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
'use strict';

@@ -232,4 +231,2 @@

;
},{}]},{},[1]);
;

9

package.json
{
"name": "babel-plugin-operator-overloading",
"version": "0.0.4",
"version": "0.0.5",
"description": "operator overloading transform plugin for babel",

@@ -8,3 +8,3 @@ "main": "./dist/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "browserify -t [ babelify ] ./src/index.js -o ./dist/index.js"
"prepublish": "babel src --out-dir dist"
},

@@ -25,7 +25,6 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1"
"babel-preset-stage-1": "^6.5.0"
}
}

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