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.3 to 1.1.4

dist-src/index.js

4

CHANGELOG.md
# Changelog
## v1.1.4
- Fixes a bad publish.
## v1.1.3

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

50

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

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

},
"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"
}
"private": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-web/index.js"
}
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