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

tempo-paper

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-paper - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

CHANGELOG.json

112

package.json
{
"name": "tempo-paper",
"version": "0.1.0",
"description": "",
"sideEffects": false,
"keywords": ["tempo", "paperjs", "2d", "graphics"],
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf lib/* && rm -rf es6/*",
"build": "npm run clean && npx tsc -p tsconfig.es6.json && npx tsc",
"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.2.0",
"tempo-store": "1.0.1",
"tempo-dom": "0.10.0",
"paper": "0.12.3"
},
"devDependencies": {
"@types/jest": "24.0.22",
"@types/jsdom": "12.2.4",
"jest": "24.9.0",
"jsdom": "15.1.1",
"lodash": "4.17.15",
"prettier": "1.19.1",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"stealthy-require": "1.0.0",
"ts-jest": "24.1.0",
"tslint": "5.20.1",
"typescript": "3.7.2",
"webpack-cli": "3.3.10"
},
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"es6"
]
"name": "tempo-paper",
"version": "0.2.0",
"description": "",
"sideEffects": false,
"keywords": [
"tempo",
"paperjs",
"2d",
"graphics"
],
"license": "Apache-2.0",
"private": false,
"scripts": {
"clean": "rm -rf lib/* && rm -rf es6/*",
"build": "npm run clean && npx tsc -p tsconfig.es6.json && npx tsc",
"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",
"tempo-store": "1.1.0",
"tempo-dom": "0.12.0",
"paper": "0.12.3"
},
"devDependencies": {
"@types/jest": "24.0.22",
"@types/jsdom": "12.2.4",
"jest": "24.9.0",
"jsdom": "15.1.1",
"lodash": "4.17.15",
"prettier": "1.19.1",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"stealthy-require": "1.0.0",
"ts-jest": "24.1.0",
"tslint": "5.20.1",
"typescript": "3.7.2",
"webpack-cli": "3.3.10"
},
"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