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.3 to 3.0.5

13

package.json
{
"name": "automatic-semicolon-insertion",
"version": "3.0.3",
"version": "3.0.5",
"type": "module",

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

"author": "Brian Donovan",
"main": "build/index.cjs",
"module": "build/index.mjs",
"types": "build/index.d.ts",
"main": "./build/index.cjs",
"module": "./build/index.mjs",
"types": "./build/index.d.ts",
"exports": {

@@ -36,3 +36,3 @@ ".": {

"scripts": {
"build": "./script/build",
"build": "node ./script/build-and-validate.mjs",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",

@@ -47,2 +47,3 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",

"@codemod/parser": "^1.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/babel__traverse": "^7.17.1",

@@ -52,3 +53,5 @@ "@types/jest": "^28.1.0",

"jest": "^28.1.0",
"rollup": "^2.75.5",
"ts-jest": "^28.0.4",
"tslib": "^2.4.0",
"typescript": "^4.7.3"

@@ -55,0 +58,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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