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 2.0.3 to 2.0.4

23

package.json
{
"name": "automatic-semicolon-insertion",
"version": "2.0.3",
"version": "2.0.4",
"description": "Insert missing semicolons, remove unneeded ones.",

@@ -34,16 +34,17 @@ "main": "src/index.js",

"dependencies": {
"@babel/traverse": "^7.2.3",
"@babel/types": "^7.3.3"
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5"
},
"devDependencies": {
"@babel/parser": "^7.3.3",
"@types/babel__traverse": "^7.0.6",
"@types/jest": "^24.0.5",
"@types/node": "^11.9.4",
"jest": "^24.1.0",
"ts-jest": "^23.10.5",
"typescript": "^3.3.3"
"@babel/parser": "^7.5.5",
"@types/babel__traverse": "^7.0.7",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"jest": "^24.8.0",
"jest-junit": "^7.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
"resolutions": {
"**/@babel/types": "7.3.3"
"**/@babel/types": "7.5.5"
},

@@ -50,0 +51,0 @@ "publishConfig": {

@@ -1,2 +0,2 @@

# automatic-semicolon-insertion [![Build Status](https://travis-ci.org/eventualbuddha/automatic-semicolon-insertion.svg?branch=master)](https://travis-ci.org/eventualbuddha/automatic-semicolon-insertion)
# automatic-semicolon-insertion

@@ -3,0 +3,0 @@ Insert missing semicolons, remove unneeded ones.

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