Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sproutsocial/seeds-border

Package Overview
Dependencies
Maintainers
35
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/seeds-border - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

dist/seeds-border.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.2.0](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-border@1.1.2...@sproutsocial/seeds-border@1.2.0) (2022-09-27)
### Features
* add typescript support ([24e718a](https://github.com/sproutsocial/seeds-packets/commit/24e718a26955f40b5645ba86600ff8aa8ba941fa))
## [1.1.2](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-border@1.1.1...@sproutsocial/seeds-border@1.1.2) (2022-06-13)

@@ -8,0 +19,0 @@

@@ -35,2 +35,14 @@ {

},
"web/ts": {
"transformGroup": "ts",
"transforms": ["name/cti/constant"],
"buildPath": "dist/",
"files": [
{
"destination": "seeds-border.d.ts",
"format": "template/ts-exports",
"options": { "showFileHeader": false }
}
]
},
"json": {

@@ -37,0 +49,0 @@ "transforms": ["attribute/cti", "attribute/tokens"],

13

package.json
{
"name": "@sproutsocial/seeds-border",
"version": "1.1.2",
"version": "1.2.0",
"description": "Seeds Border Tokens",
"main": "dist/seeds-border.js",
"types": "dist/seeds-border.d.ts",
"repository": {

@@ -13,8 +14,12 @@ "type": "git",

"scripts": {
"build": "node build.js"
"build": "node build.js",
"clean": "rm -rf dist && rm -rf node_modules"
},
"devDependencies": {
"@sproutsocial/seeds-utils": "^1.2.2"
"@sproutsocial/seeds-utils": "^1.3.0"
},
"gitHead": "5b0931b90a65bd59059d1809ed7cd01dad6df5ef"
"engines": {
"node": "^14.15.0 || >=16.0.0"
},
"gitHead": "4f965ebd4c1f84e18fb858db667c45be7c27b83a"
}
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