New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-camera

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-camera - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

config/banner.js

28

package.json
{
"name": "css-camera",
"version": "0.0.1",
"description": "New way to construct web page with CSS3",
"version": "0.1.0",
"description": "Add a new perspective to your web page",
"main": "index.js",
"scripts": {
"test": "exit 1"
"start": "rollup -c -w",
"build": "rm -rf ./lib && rollup -c && npm run declaration",
"build:windows": "rd /s /q ./lib || rollup -c && npm run declaration:windows",
"declaration": "rm -rf ./lib/declaration && tsc -p tsconfig.json",
"declaration:windows": "rd /s /q ./lib || tsc -p tsconfig.json"
},

@@ -18,3 +22,19 @@ "repository": {

},
"homepage": "https://github.com/WoodNeck/css-camera#readme"
"homepage": "https://github.com/WoodNeck/css-camera#readme",
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"rollup": "^1.10.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-prototype-minify": "^1.0.5",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.2",
"tslint": "^5.15.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.4.3"
},
"dependencies": {
"gl-matrix": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet

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