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

babel-plugin-minify-numeric-literals

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-minify-numeric-literals - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

lib/index.js

@@ -9,3 +9,3 @@ "use strict";

visitor: {
NumericLiteral: function NumericLiteral(path) {
NumericLiteral(path) {
if (!path.node.extra) return;

@@ -12,0 +12,0 @@

{
"name": "babel-plugin-minify-numeric-literals",
"version": "0.0.1",
"version": "0.1.0",
"description": "Shortens numeric literals using scientific notation",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/babel/babili#readme",

@@ -22,3 +22,3 @@ # babel-plugin-minify-mangle-names

```sh
$ npm install babel-plugin-minify-numeric-literals
npm install babel-plugin-minify-numeric-literals
```

@@ -41,3 +41,3 @@

```sh
$ babel --plugins minify-numeric-literals script.js
babel --plugins minify-numeric-literals script.js
```

@@ -44,0 +44,0 @@

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