Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@alifd/deep-template

Package Overview
Dependencies
Maintainers
21
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alifd/deep-template - npm Package Compare versions

Comparing version
1.3.1
to
1.3.2
+1
-1
package.json
{
"name": "@alifd/deep-template",
"version": "1.3.1",
"version": "1.3.2",
"description": "deep 模板",

@@ -5,0 +5,0 @@ "scripts": {

@@ -17,4 +17,5 @@ {

"prepublishOnly": "npm run build",
"eslint": "eslint --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss",
"eslint": "eslint --cache --ext .js,.jsx ./",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"**/*.{css,scss,less}\"",
"lint": "npm run eslint && npm run stylelint"

@@ -21,0 +22,0 @@ },