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

babel-plugin-transform-currency-operators

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-currency-operators - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

changelog.md

5

dist/index.js

@@ -30,3 +30,3 @@ 'use strict';

var compareOperators = ['===', '==', '>', '<', '>=', '<='];
var compareOperators = ['===', '==', '>', '<', '>=', '<=', '!=', '!=='];

@@ -199,3 +199,4 @@ function transformCurrencyOperators(_ref) {

return path$$1.replaceWith(buildExpression(path$$1, opts.methodName));
path$$1.replaceWith(buildExpression(path$$1, opts.methodName));
return;
}

@@ -202,0 +203,0 @@

14

package.json
{
"name": "babel-plugin-transform-currency-operators",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "An experimental babel plugin for transforming currency.js operators",

@@ -38,12 +38,12 @@ "description": "https://github.com/scurker/babel-plugin-transform-currency-operators",

"babel-core": "^6.26.0",
"babel-plugin-tester": "^4.0.0",
"babel-plugin-tester": "^5.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.6.1",
"mocha": "^4.0.0",
"nyc": "^11.2.1",
"prettier": "^1.6.1",
"rollup": "^0.51.1",
"eslint": "^4.19.1",
"mocha": "^5.0.0",
"nyc": "^11.8.0",
"prettier": "^1.13.3",
"rollup": "^0.59.0",
"rollup-plugin-babel": "^3.0.2"
}
}
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