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

jaw

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jaw - npm Package Compare versions

Comparing version

to
0.2.1

2

build/serialize.js

@@ -85,3 +85,3 @@ var homunculus=function(){var _0=require('homunculus');return _0.hasOwnProperty("default")?_0["default"]:_0}();

t = t.prev();
s = s.replace(/^(['"'])(.*)\1/, '$2');
s = s.replace(/^(['"])(.*)\1$/, '$2');
item.unshift(s);

@@ -88,0 +88,0 @@ }

{
"name": "jaw",
"version": "0.2.0",
"version": "0.2.1",
"description": "Parasitize CSS to JSX for migi",

@@ -5,0 +5,0 @@ "maintainers": [

@@ -85,3 +85,3 @@ import homunculus from 'homunculus';

t = t.prev();
s = s.replace(/^(['"'])(.*)\1/, '$2');
s = s.replace(/^(['"])(.*)\1$/, '$2');
item.unshift(s);

@@ -88,0 +88,0 @@ }

@@ -85,3 +85,3 @@ define(function(require, exports, module){var homunculus=function(){var _0=require('homunculus');return _0.hasOwnProperty("default")?_0["default"]:_0}();

t = t.prev();
s = s.replace(/^(['"'])(.*)\1/, '$2');
s = s.replace(/^(['"])(.*)\1$/, '$2');
item.unshift(s);

@@ -88,0 +88,0 @@ }

Sorry, the diff of this file is not supported yet