New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hacksaw-react

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hacksaw-react - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

4

package.json

@@ -22,3 +22,3 @@ {

"enzyme": "^2.6.0",
"hacksaw": "0.0.6",
"hacksaw": "0.1.0",
"istanbul": "^1.0.0-alpha.2",

@@ -31,3 +31,3 @@ "jsdom": "^9.8.3",

},
"version": "0.0.1"
"version": "0.1.0"
}

@@ -27,9 +27,9 @@ hacksaw-react

import { listener } from 'hacksaw-react';
import { Product } from '../models';
import { ProductStore } from '../stores';
@listener(Product.context('search'))
@listener(ProductStore.context('search'))
class Search extends Component {
get store() {
const { query } = this.props.location;
return Product.context('search', query);
return ProductStore.context('search', query);
}

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