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

simple-currency-format

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-currency-format - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

dist/currencySymbols.d.ts

25

package.json
{
"name": "simple-currency-format",
"version": "1.0.3",
"version": "2.0.0",
"description": "Format currency when Intl is not available",
"main": "dist/index.js",
"umd:main": "dist/simple-currency-format.umd.production.js",
"module": "dist/simple-currency-format.es.production.js",
"typings": "dist/index.d.ts",
"author": "Andreas Bergqvist",

@@ -13,19 +16,15 @@ "license": "MIT",

"files": [
"dist",
"index.d.ts"
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
"start": "tsdx watch",
"build": "tsdx build",
"prepare": "npm run build",
"test": "tsdx test"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"rollup": "^1.7.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-terser": "^4.0.4"
},
"dependencies": {
"core-js": "^2.6.5"
"@types/jest": "^24.0.11",
"tsdx": "^0.3.4",
"typescript": "^3.4.3"
}
}

Sorry, the diff of this file is too big to display

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