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

@spare/enum-full-angle-chars

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spare/enum-full-angle-chars - npm Package Compare versions

Comparing version 0.10.14 to 0.11.3

2

dist/index.cjs.js

@@ -8,7 +8,5 @@ 'use strict';

const DASH = '-';
const DA = '-';
exports.DA = DA;
exports.DASH = DASH;
exports.SP = SP;
exports.TB = TB;

3

dist/index.esm.js
const SP = ' ';
const TB = '  ';
const DASH = '-';
const DA = '-';
export { DA, DASH, SP, TB };
export { DASH, SP, TB };
{
"name": "@spare/enum-full-angle-chars",
"version": "0.10.14",
"version": "0.11.3",
"description": "Full-angle chars",

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

"homepage": "https://github.com/gadge/spare#readme",
"gitHead": "b7fd3698b43188b023a587fe5c7f927452ecbe4c"
"gitHead": "2e6e35c26d89b8a14e136877cee21a24b72ee1f9"
}
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