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

is-valid-acn

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

is-valid-acn - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

dist/esm/index.js

9

package.json
{
"name": "is-valid-acn",
"version": "1.0.1",
"version": "1.1.0",
"description": "Check if a number is a valid Australian Company Number (ACN)",
"main": "dist/index.js",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"source": "src/index.js",
"sideEffects": false,
"scripts": {
"build": "babel src -d dist --ignore **/*.spec.js",
"build": "yarn build-esm && yarn build-umd",
"build-esm": "BABEL_ENV=production-esm babel src -d dist/esm --ignore **/*.spec.js",
"build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore **/*.spec.js",
"jest": "jest",

@@ -11,0 +14,0 @@ "lint": "eslint src/ --ext .jsx,.js",

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