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

xiaohe-transition

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xiaohe-transition - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

37

package.json
{
"name": "xiaohe-transition",
"type": "module",
"version": "1.0.7",
"version": "1.0.8",
"packageManager": "pnpm@8.14.0",

@@ -44,16 +44,2 @@ "description": "🏀 一个简单易用的贝塞尔曲线过渡动画工具",

],
"scripts": {
"start": "esno src/index.ts",
"build": "nr build:step-1 && nr build:step-2",
"build:step-1": "unbuild",
"build:step-2": "npx babel dist --config-file ./src/.babelrc.json --out-dir lib --copy-files --keep-file-extension",
"release": "nr build && bumpp && npm publish",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:type": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"dependencies": {

@@ -63,3 +49,3 @@ "bezier-easing": "^2.1.0"

"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@antfu/eslint-config": "^2.6.2",
"@antfu/ni": "^0.21.12",

@@ -69,4 +55,4 @@ "@antfu/utils": "^0.7.7",

"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@types/node": "^20.10.7",
"@babel/preset-env": "^7.23.8",
"@types/node": "^20.10.8",
"bumpp": "^9.2.1",

@@ -88,3 +74,16 @@ "eslint": "^8.56.0",

"*.{js,ts}": "eslint --fix"
},
"scripts": {
"start": "esno src/index.ts",
"build": "nr build:step-1 && nr build:step-2",
"build:step-1": "unbuild",
"build:step-2": "npx babel dist --config-file ./src/.babelrc.json --out-dir lib --copy-files --keep-file-extension",
"release": "nr build && bumpp && npm publish",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:type": "tsc --noEmit"
}
}
}

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