Socket
Socket
Sign inDemoInstall

cssobj

Package Overview
Dependencies
0
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.1

.editorconfig

45

package.json
{
"name": "cssobj",
"version": "0.1.0",
"description": "Create css from js object",
"main": "lib/cssobj.js",
"version": "0.2.1",
"description": "Generate and diff CSSOM from js object, localize class names and hook at-media rule for old browsers.",
"keywords": [
"cssobj",
"cssom",
"diff css",
"diff cssom",
"at media rule",
"localize class names",
"dynamic caculation for css",
"dynamic update for css",
"virtual css",
"css in js",
"css component"
],
"main": "dist/cssobj.cjs.js",
"jsnext:main": "dist/cssobj.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "cd test && mocha",
"report": "cd dist && gzip < cssobj.min.js > cssobj.min.gz && ls -lh && rm -f *.gz",
"make": "rollup -c && uglifyjs dist/cssobj.iife.js -cm -o dist/cssobj.min.js"
},
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+https://github.com/cssobj/cssobj.git"
},
"bugs": {
"url": "https://github.com/cssobj/cssobj/issues"
},
"homepage": "https://github.com/cssobj/cssobj#readme",
"author": "James Yang <jamesyang999@gmail.com>",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"chai": "^3.5.0",
"diff": "^2.2.3",
"mocha": "^2.5.3",
"rollup-watch": "^2.5.0",
"walk": "^2.3.9"
}
}
lib/cssobj.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc