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

tempo-store

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tempo-store - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "1.1.1",
"tag": "tempo-store_v1.1.1",
"date": "Wed, 01 Jan 2020 00:17:16 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"tempo-core\" from `1.4.0` to `1.5.0`"
}
]
}
},
{
"version": "1.1.0",

@@ -7,0 +19,0 @@ "tag": "tempo-store_v1.1.0",

7

CHANGELOG.md
# Change Log - tempo-store
This log was last generated on Fri, 27 Dec 2019 18:44:24 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jan 2020 00:17:16 GMT and should not be manually modified.
## 1.1.1
Wed, 01 Jan 2020 00:17:16 GMT
*Version update only*
## 1.1.0

@@ -6,0 +11,0 @@ Fri, 27 Dec 2019 18:44:24 GMT

102

package.json
{
"name": "tempo-store",
"version": "1.1.0",
"description": "Super simple state management library",
"license": "Apache-2.0",
"keywords": [
"tempo",
"unidirectional-flow",
"property",
"store",
"state-management",
"typescript"
],
"sideEffects": false,
"private": false,
"scripts": {
"clean": "rm -rf lib/* && rm -rf es6/*",
"build": "npm run clean && npx tsc && npx tsc -p tsconfig.es6.json",
"test": "jest",
"test-watch": "jest --watch",
"tslint": "tslint -p ./tslint.json",
"prettier": "prettier -c src/**/*.ts",
"prettier-fix": "prettier --write src/**/*.ts",
"prepublish": "npm run build"
},
"homepage": "https://github.com/fponticelli/tempo",
"bugs": {
"url": "https://github.com/fponticelli/tempo/issues"
},
"author": {
"name": "Franco Ponticelli",
"email": "franco.ponticelli@gmail.com",
"url": "https://github.com/fponticelli"
},
"dependencies": {
"tempo-core": "1.4.0"
},
"devDependencies": {
"@types/jest": "24.0.22",
"jest": "24.9.0",
"ts-jest": "24.1.0",
"typescript": "3.7.2",
"tslint": "5.20.1",
"prettier": "1.19.1"
},
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"es6"
]
"name": "tempo-store",
"version": "1.1.1",
"description": "Super simple state management library",
"license": "Apache-2.0",
"keywords": [
"tempo",
"unidirectional-flow",
"property",
"store",
"state-management",
"typescript"
],
"sideEffects": false,
"private": false,
"scripts": {
"clean": "rm -rf lib/* && rm -rf es6/*",
"build": "npm run clean && npx tsc && npx tsc -p tsconfig.es6.json",
"test": "jest",
"test-watch": "jest --watch",
"tslint": "tslint -p ./tslint.json",
"prettier": "prettier -c src/**/*.ts",
"prettier-fix": "prettier --write src/**/*.ts",
"prepublish": "npm run build"
},
"homepage": "https://github.com/fponticelli/tempo",
"bugs": {
"url": "https://github.com/fponticelli/tempo/issues"
},
"author": {
"name": "Franco Ponticelli",
"email": "franco.ponticelli@gmail.com",
"url": "https://github.com/fponticelli"
},
"dependencies": {
"tempo-core": "1.5.0"
},
"devDependencies": {
"@types/jest": "24.0.22",
"jest": "24.9.0",
"ts-jest": "24.1.0",
"typescript": "3.7.2",
"tslint": "5.20.1",
"prettier": "1.19.1"
},
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"es6"
]
}
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