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

coffeekraken-s-particle-component

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

coffeekraken-s-particle-component - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

demo/dist/css/style.css

2

code-playground.config.js

@@ -37,3 +37,3 @@ module.exports = {

body {
background : linear-gradient(to bottom, #f6f7fc 0%, #d5e1e8 40%);
padding: s-space(big);
overflow: hidden;

@@ -40,0 +40,0 @@ }

@@ -0,1 +1,3 @@

'use strict';
Object.defineProperty(exports, "__esModule", {

@@ -2,0 +4,0 @@ value: true

@@ -0,1 +1,3 @@

'use strict';
Object.defineProperty(exports, "__esModule", {

@@ -2,0 +4,0 @@ value: true

@@ -0,1 +1,3 @@

'use strict';
Object.defineProperty(exports, "__esModule", {

@@ -2,0 +4,0 @@ value: true

{
"name": "coffeekraken-s-particle-component",
"version": "1.0.1",
"description": "Simple webcomponent that will monitor his animation and will self destroy itself at the end of it",
"main": "dist/index.js",
"name": "coffeekraken-s-particle-component",
"version": "1.0.2",
"description": "Simple webcomponent that will monitor his animation and will self destroy itself at the end of it",
"main": "dist/index.js",
"homepage": "http://coffeekraken.io",

@@ -12,37 +12,54 @@ "repository": {

"watch": {
"dist.js": "src/**/*.js",
"doc.js": "src/**/*.js",
"doc.css": "src/**/*.scss",
"demo": "code-playground.config.js"
"doc:js": {
"paths": "src/**/*.js"
},
"doc:css": {
"paths": "src/**/*.scss"
},
"demo:js": {
"paths": "demo/src/**/*.js"
},
"demo:css": {
"paths": "demo/src/**/*.scss"
}
},
"scripts": {
"dist": "npm run dist.js",
"dist.js": "babel src -d dist",
"demo": "coffeekraken-code-playground",
"doc": "rm -rf doc && npm run doc.js && npm run doc.css",
"doc.js": "coffeekraken-docblock-to-markdown -f 'src/**/*.js' -d doc --remove-path src/",
"doc.css": "coffeekraken-docblock-to-markdown -f 'src/**/*.scss' -d doc --remove-path src/",
"test": "coffeekraken-testing-stack",
"start": "npm-watch",
"watch": "npm-watch"
"dist": "npm run dist:js",
"dist:js": "babel src -d dist --watch",
"playground": "coffeekraken-code-playground",
"demo": "rm -rf demo/dist && npm run demo:js && npm run demo:css && run demo:server",
"demo:js": "webpack",
"demo:css": "node-sass demo/src/sass/style.scss demo/dist/css/style.css --include-path node_modules --output-style expanded",
"demo:server": "http-server demo",
"doc": "rm -rf doc && npm run doc:js && npm run doc:css",
"doc:js": "coffeekraken-docblock-to-markdown -f 'src/**/*.js' -d doc --remove-path src/",
"doc:css": "coffeekraken-docblock-to-markdown -f 'src/**/*.scss' -d doc --remove-path src/",
"start": "coffeekraken-scripts-stack dist:js demo:server -i start",
"test": "jest",
"changelog": "git-changelog --version_name $npm_package_version --app_name $npm_package_name --intro \"$npm_package_description\" --logo \".resources/coffeekraken-logo.jpg\""
},
"keywords": [
"particle",
"webcomponent",
"component",
"html",
"sugar",
"read",
"more",
"coffee",
"kraken",
"coffeekraken"
],
"author": "Coffeekraken <hello@coffeekraken.io>",
"contributors": [{
"name": "Olivier Bossel",
"email": "olivier.bossel@gmail.com",
"url": "http://olivierbossel.com"
}],
"license": "MIT",
"keywords": [
"particle",
"webcomponent",
"component",
"html",
"sugar",
"coffee",
"kraken",
"coffeekraken"
],
"author": "Coffeekraken <hello@coffeekraken.io>",
"contributors": [
{
"name": "Olivier Bossel",
"email": "olivier.bossel@gmail.com",
"url": "http://olivierbossel.com"
}
],
"license": "MIT",
"jest": {
"roots": [
"tests"
]
},
"dependencies": {

@@ -52,21 +69,24 @@ "coffeekraken-sugar": "^1.0.0"

"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-default": "^7.0.0-alpha.20",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"coffeekraken-code-playground": "^1.0.0",
"coffeekraken-docblock-to-markdown": "0.0.2",
"coffeekraken-testing-stack": "0.0.2",
"concurrently": "^3.1.0",
"http-server": "^0.9.0",
"coffeekraken-docblock-to-markdown": "^1.0.0",
"coffeekraken-scripts-stack": "^1.0.1",
"coffeekraken-s-typography-component": "^1.0.0",
"git-changelog": "^1.1.2",
"http-server": "^0.11.1",
"jest": "^23.1.0",
"node-sass": "^4.0.0",
"nodemon": "^1.11.0",
"npm-watch": "^0.1.8",
"webcomponents.js": "^0.7.24",
"webpack": "^2.0.0"
"webpack": "^4.0.0",
"webpack-cli": "^3.0.3"
}
}
module.exports = {
entry: {
'demo/dist/js/demo.js' : './demo/src/js/demo.js'
'demo/dist/js/app.js' : './demo/src/js/app.js'
},
output: {
path: '.',
path: require('path').resolve('.'),
filename: '[name]',

@@ -8,0 +8,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