Socket
Socket
Sign inDemoInstall

polythene-theme

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polythene-theme - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

6

package.json
{
"name": "polythene-theme",
"version": "0.1.16",
"version": "0.1.17",
"description": "Polythene default theme",

@@ -18,5 +18,5 @@ "license": "MIT",

"scripts": {
"watch-es6": "node watch-es6.js watch lib",
"watch-es6": "node watch-es6.js watch . node_modules",
"watch": "npm run watch-es6",
"transpile-js": "node watch-es6.js once lib",
"transpile-js": "node watch-es6.js once . node_modules",
"transpile": "npm run transpile-js"

@@ -23,0 +23,0 @@ },

@@ -12,3 +12,3 @@ 'use strict';

ignore: (process.argv[4] && process.argv[4] !== 'null') ? process.argv[4] : null,
extension: 'es6.js',
extension: '.es6.js',
createOutPath: function(inPath) {

@@ -15,0 +15,0 @@ return inPath.replace(/es6.js$/, 'js');

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