Socket
Socket
Sign inDemoInstall

react-autocomplete-rm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autocomplete-rm - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

build/autocomplete.js

@@ -25,4 +25,2 @@ 'use strict';

var PureRenderMixin = require('react/lib/ReactComponentWithPureRenderMixin');
var Autocomplete = function (_React$Component) {

@@ -29,0 +27,0 @@ _inherits(Autocomplete, _React$Component);

4

package.json

@@ -85,5 +85,5 @@ {

"prepublish": "npm run build",
"build": "babel ./src --out-dir ./build"
"build": "babel ./src --out-dir ./build"
},
"version": "0.0.6"
"version": "0.0.7"
}

@@ -12,5 +12,5 @@ /*

import React from 'react';
var PureRenderMixin = require('react/lib/ReactComponentWithPureRenderMixin');
class Autocomplete extends React.Component {

@@ -17,0 +17,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