Socket
Socket
Sign inDemoInstall

ag-grid-autocomplete-editor

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

11

package.json
{
"name": "ag-grid-autocomplete-editor",
"version": "2.0.0",
"version": "2.1.0",
"description": "Quick implementation of autocompletion into ag-Grid cell using autocompleter package.",

@@ -8,8 +8,5 @@ "deprecated": false,

"files": [
"/autocompleter",
"/ag-grid-autocomplete-editor.d.ts",
"/ag-grid-autocomplete-editor.ts",
"/ag-grid-autocomplete-editor.js",
"/ag-grid-autocomplete-editor.js.map",
"/ag-grid-autocomplete-editor.scss",
"/main.css",

@@ -20,7 +17,8 @@ "/main.css.map"

"type": "git",
"url": "git+https://github.com/avallete/ag-grid-autocomplete-editor.git"
"url": "https://github.com/avallete/ag-grid-autocomplete-editor.git"
},
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js --inline --progress --port 8080",
"build": "webpack --config config/webpack.prod.js --progress --profile --bail --allow-js"
"build": "webpack --config config/webpack.prod.js --progress --profile --bail --allow-js",
"semantic-release": "semantic-release"
},

@@ -73,2 +71,3 @@ "author": "Andrew Valleteau",

"sass-loader": "^8.0.2",
"semantic-release": "^17.1.1",
"style-loader": "^1.2.1",

@@ -75,0 +74,0 @@ "ts-loader": "7.0.5",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc