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

immutable-devtools

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-devtools - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

dist/index.js

@@ -118,8 +118,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

var listStyle = { style: 'list-style-type: none; padding: 0; margin: 0 0 0 12px; font-style: normal' };
var immutableNameStyle = { style: 'color: rgb(232,98,0)' };
var listStyle = { style: 'list-style-type: none; padding: 0; margin: 0 0 0 12px; font-style: normal; position: relative' };
var immutableNameStyle = { style: 'color: rgb(232,98,0); position: relative' };
var keyStyle = { style: 'color: #881391' };
var defaultValueKeyStyle = { style: 'color: #777' };
var alteredValueKeyStyle = { style: 'color: #881391; font-weight: bolder' };
var inlineValuesStyle = { style: 'color: #777; font-style: italic' };
var inlineValuesStyle = { style: 'color: #777; font-style: italic; position: relative' };
var nullStyle = { style: 'color: #777' };

@@ -126,0 +126,0 @@

{
"name": "immutable-devtools",
"version": "0.1.4",
"version": "0.1.5",
"description": "Chrome Dev Tools formatter for the Immutable JS library",
"main": "dist/index.js",
"files": ["dist", "before.png", "after.png"],
"files": [
"dist",
"before.png",
"after.png"
],
"scripts": {

@@ -27,6 +31,6 @@ "build": "webpack --config ./webpack.config.js",

},
"repository" : {
"type" : "git",
"url" : "https://github.com/andrewdavey/immutable-devtools"
"repository": {
"type": "git",
"url": "https://github.com/andrewdavey/immutable-devtools"
}
}

@@ -0,0 +0,0 @@ # Chrome Dev Tools for Immutable-js

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