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

viper_core

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viper_core - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

dist/styles.css

6

dist/index.es.js
import { createElement, Component } from 'react';
var styles = ".test {\n color: red;\n}";
var styles = {"test":"test-component-module_test__3bEvr"};

@@ -156,3 +156,3 @@ /*! *****************************************************************************

return (createElement("div", null,
createElement("div", { className: props.styling.getStyle(styles, "test") }, "Hallo, dit is een test!"),
createElement("div", { className: styles.test }, "Hallo, dit is een test!"),
createElement("div", null,

@@ -164,3 +164,3 @@ "De extra prop: ",

var styles$1 = ".test {\n color: green;\n}";
var styles$1 = {"test":"test2-component-module_test__mepuH"};

@@ -167,0 +167,0 @@ var Test2 = function (props) {

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

var styles = ".test {\n color: red;\n}";
var styles = {"test":"test-component-module_test__3bEvr"};

@@ -161,3 +161,3 @@ /*! *****************************************************************************

return (React.createElement("div", null,
React.createElement("div", { className: props.styling.getStyle(styles, "test") }, "Hallo, dit is een test!"),
React.createElement("div", { className: styles.test }, "Hallo, dit is een test!"),
React.createElement("div", null,

@@ -169,3 +169,3 @@ "De extra prop: ",

var styles$1 = ".test {\n color: green;\n}";
var styles$1 = {"test":"test2-component-module_test__mepuH"};

@@ -172,0 +172,0 @@ var Test2 = function (props) {

{
"name": "viper_core",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "author": "webbio",

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