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

mottled-core

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mottled-core - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-alpha

css/core.css

10

package.json
{
"name": "mottled-core",
"version": "0.0.1",
"version": "0.0.2-alpha",
"publishConfig": {
"access": "public"
},
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",

@@ -19,6 +19,6 @@ "files": [

"ts:typedefs": "tsc --outDir ./dist --emitDeclarationOnly",
"ts:all": "yarn ts:es && yarn ts:cjs && yarn ts:typedefs",
"ts:all": "yarn ts:cjs && yarn ts:typedefs",
"build": "yarn clean && yarn ts:all && node ./utils/cssbundle.js",
"generate": "node ./utils/generate.js",
"clean": "rm -rf dist css *tsbuildinfo",
"clean": "rm -rf dist css",
"clean:all": "yarn run clean && node ./utils/clean.js",

@@ -25,0 +25,0 @@ "lint": "prettier --check .",

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