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

plait-skeleton-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plait-skeleton-app - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.eslintrc.json

32

package.json
{
"name": "plait-skeleton-app",
"version": "1.0.0",
"version": "1.1.0",
"description": "A skeleton app to kick-start your Plait application.",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/gulp test"
"build": "webpack",
"test": "npm run eslint && npm run jasmine",
"jasmine": "jasmine",
"eslint": "eslint --fix src/**/*.js"
},

@@ -26,15 +28,21 @@ "repository": {

"dependencies": {
"plait": "^0.11.0"
"plait": "^0.14.0"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-h-jsx": "^1.0.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-jasmine": "^2.2.1",
"jsx-transform": "^2.3.0",
"vinyl-source-stream": "^1.1.0"
"babel-register": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"jasmine": "^2.6.0",
"webpack": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet

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