Socket
Socket
Sign inDemoInstall

windups

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windups - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

.eslintrc

4

CHANGELOG.md
# Changelog
## v1.1.3
- Export `StyledText` from entry index
## v1.1.2

@@ -4,0 +8,0 @@

50

package.json
{
"name": "windups",
"version": "1.1.3",
"description": "A typewriter effect library for React.",
"version": "1.1.2",
"main": "src/index.ts",
"author": "Sam Gwilym <gwilym@me.com>",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [
"windup",
"typewriter effect",
"react",
"hooks"
],
"homepage": "https://windups.gwil.co",
"repository": "github:sgwilym/windups",
"dependencies": {
"break-styled-lines": "^1.2.1"
},
"private": false,
"peerDependencies": {
"react": "^16.8.0"
},
"repository": "github:sgwilym/windups",
"devDependencies": {

@@ -48,6 +36,26 @@ "@babel/core": "^7.5.5",

},
"private": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-web/index.js"
"scripts": {
"build": "pika build",
"test": "jest",
"example": "parcel ./src/example.html"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-web"
]
]
},
"keywords": [
"windup",
"typewriter effect",
"react",
"hooks"
],
"dependencies": {
"break-styled-lines": "^1.2.1"
}
}
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