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.2 to 2.0.3

27

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

@@ -10,6 +10,5 @@ "main": "src/index.js",

"scripts": {
"build": "tsc --project .",
"pretest": "yarn build",
"test": "mocha",
"prepare": "yarn build"
"build": "tsc",
"test": "jest",
"prepare": "tsc"
},

@@ -37,12 +36,16 @@ "repository": {

"@babel/traverse": "^7.2.3",
"@babel/types": "^7.3.2"
"@babel/types": "^7.3.3"
},
"devDependencies": {
"@babel/parser": "^7.3.2",
"@types/babel__traverse": "^7.0.5",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.21",
"mocha": "^5.2.0",
"typescript": "^3.3.1"
"@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"
},
"resolutions": {
"**/@babel/types": "7.3.3"
},
"publishConfig": {

@@ -49,0 +52,0 @@ "registry": "https://registry.npmjs.org/"

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