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

automatic-semicolon-insertion

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automatic-semicolon-insertion - npm Package Compare versions

Comparing version 3.0.0 to 3.0.2

build/index.cjs

15

package.json
{
"name": "automatic-semicolon-insertion",
"version": "3.0.0",
"version": "3.0.2",
"type": "module",

@@ -21,9 +21,10 @@ "description": "Insert missing semicolons, remove unneeded ones.",

"author": "Brian Donovan",
"main": "build/cjs/index.js",
"types": "build/cjs/index.d.ts",
"main": "build/index.cjs",
"module": "build/index.mjs",
"types": "build/index.d.ts",
"exports": {
".": {
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js",
"types": "./build/esm/index.d.ts"
"types": "./build/index.d.ts",
"import": "./build/index.mjs",
"require": "./build/index.cjs"
}

@@ -35,3 +36,3 @@ },

"scripts": {
"build": "rm -rf build && tsc && tsc -p tsconfig.esm.json",
"build": "./script/build",
"test": "jest",

@@ -38,0 +39,0 @@ "test:watch": "jest --watch",

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