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

@react-theming/theme-name

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-theming/theme-name - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.prettierrc

2

dist/index.js

@@ -41,5 +41,5 @@ "use strict";

if (generatedName) return generatedName;
return "theme ".concat(ind);
return ind !== undefined ? "theme ".concat(ind + 1) : undefined;
};
exports.themeName = themeName;
{
"name": "@react-theming/theme-name",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",

@@ -8,2 +8,3 @@ "repository": "https://github.com/UsulPro/theme-name.git",

"start": "start-storybook -p 6006 --ci",
"dev": "nodemon --exec yarn prepare",
"prepare": "package-prepare",

@@ -31,2 +32,3 @@ "lintfix": "eslint --fix src",

"jest": "^24.8.0",
"nodemon": "^2.0.2",
"prettier": "^1.17.1"

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