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.5 to 2.0.6

build/index.d.ts

60

package.json
{
"name": "automatic-semicolon-insertion",
"version": "2.0.5",
"version": "2.0.6",
"description": "Insert missing semicolons, remove unneeded ones.",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eventualbuddha/automatic-semicolon-insertion.git"
},
"files": [
"src/**/*.js",
"src/**/*.d.ts"
],
"keywords": [

@@ -27,25 +10,36 @@ "asi",

],
"author": "Brian Donovan",
"license": "MIT",
"homepage": "https://github.com/eventualbuddha/automatic-semicolon-insertion#readme",
"bugs": {
"url": "https://github.com/eventualbuddha/automatic-semicolon-insertion/issues"
},
"homepage": "https://github.com/eventualbuddha/automatic-semicolon-insertion#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/eventualbuddha/automatic-semicolon-insertion.git"
},
"license": "MIT",
"author": "Brian Donovan",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"build": "rm -rf build && tsc",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@babel/traverse": "^7.6.2",
"@babel/types": "^7.6.1"
"@babel/traverse": "^7.15.0",
"@babel/types": "^7.15.0"
},
"devDependencies": {
"@codemod/parser": "^1.0.3",
"@types/babel__traverse": "^7.0.7",
"@types/jest": "^24.0.15",
"@codemod/parser": "^1.1.1",
"@types/babel__traverse": "^7.14.2",
"@types/jest": "^27.0.1",
"@types/node": "^12.6.8",
"jest": "^24.8.0",
"jest-junit": "^7.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
"jest": "^27.0.6",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"resolutions": {
"**/@babel/types": "7.6.1"
},
"publishConfig": {

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

@@ -8,4 +8,2 @@ # automatic-semicolon-insertion

```sh
$ yarn add automatic-semicolon-insertion
# or via npm
$ npm install automatic-semicolon-insertion

@@ -12,0 +10,0 @@ ```

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