Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-stickerpipe

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-stickerpipe - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

dist/client.js

18

package.json
{
"name": "react-stickerpipe",
"version": "1.2.5",
"version": "1.2.6",
"description": "React Component for StickerPipe API",
"main": "lib/index.js",
"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"watch": "babel -d lib/ -w src/",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
"watch": "babel -d dist/ -w src/",
"compile": "babel -d dist/ src/",
"lint": "eslint src/*",
"prepublish": "npm run lint && npm run compile"
},

@@ -53,5 +57,2 @@ "repository": {

},
"peerDependencies": {
"react": ">=0.13"
},
"babel": {

@@ -68,4 +69,5 @@ "presets": [

"dependencies": {
"react": "^15.4.1",
"superagent": "^3.0.0"
}
}

@@ -10,3 +10,3 @@ # React StickerPipe

[![NPM](https://nodei.co/npm/react-stickerpipe.png?compact=true)](https://nodei.co/npm/react-stickerpipe/)
[![NPM](https://nodei.co/npm/react-stickerpipe.png)](https://nodei.co/npm/react-stickerpipe/)

@@ -13,0 +13,0 @@ Basic Usage

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