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.1 to 2.0.2

14

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

@@ -35,12 +35,12 @@ "main": "src/index.js",

"dependencies": {
"@babel/traverse": "^7.1.6",
"@babel/types": "^7.1.6"
"@babel/traverse": "^7.2.3",
"@babel/types": "^7.3.2"
},
"devDependencies": {
"@babel/parser": "^7.1.6",
"@types/babel__traverse": "^7.0.1",
"@babel/parser": "^7.3.2",
"@types/babel__traverse": "^7.0.5",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.10",
"@types/node": "^10.12.21",
"mocha": "^5.2.0",
"typescript": "^3.1.6"
"typescript": "^3.3.1"
},

@@ -47,0 +47,0 @@ "publishConfig": {

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