tempo-paper
Advanced tools
Comparing version 0.1.0 to 0.2.0
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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
353861
229
4261
+ Addedtempo-core@1.4.0(transitive)
+ Addedtempo-dom@0.12.0(transitive)
+ Addedtempo-store@1.1.0(transitive)
- Removedtempo-core@1.0.11.2.0(transitive)
- Removedtempo-dom@0.10.0(transitive)
- Removedtempo-store@1.0.1(transitive)
Updatedtempo-core@1.4.0
Updatedtempo-dom@0.12.0
Updatedtempo-store@1.1.0