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

@sanity/logos

Package Overview
Dependencies
Maintainers
24
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/logos - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2-next.46

dist/cjs/groqLogo.d.ts.map

1

dist/cjs/groqLogo.d.ts
import React from 'react';
export declare function GroqLogo(props: React.SVGProps<SVGSVGElement>): JSX.Element;
//# sourceMappingURL=groqLogo.d.ts.map
import React from 'react';
export declare function GroqMonogram(props: React.SVGProps<SVGSVGElement>): JSX.Element;
//# sourceMappingURL=groqMonogram.d.ts.map

@@ -5,1 +5,2 @@ export * from './groqLogo';

export * from './sanityMonogram';
//# sourceMappingURL=index.d.ts.map

@@ -7,1 +7,2 @@ import React from 'react';

export {};
//# sourceMappingURL=sanityLogo.d.ts.map
import React from 'react';
export declare function SanityMonogram(props: React.SVGProps<SVGSVGElement>): JSX.Element;
//# sourceMappingURL=sanityMonogram.d.ts.map
import React from 'react';
export declare function GroqLogo(props: React.SVGProps<SVGSVGElement>): JSX.Element;
//# sourceMappingURL=groqLogo.d.ts.map
import React from 'react';
export declare function GroqMonogram(props: React.SVGProps<SVGSVGElement>): JSX.Element;
//# sourceMappingURL=groqMonogram.d.ts.map

@@ -5,1 +5,2 @@ export * from './groqLogo';

export * from './sanityMonogram';
//# sourceMappingURL=index.d.ts.map

@@ -7,1 +7,2 @@ import React from 'react';

export {};
//# sourceMappingURL=sanityLogo.d.ts.map
import React from 'react';
export declare function SanityMonogram(props: React.SVGProps<SVGSVGElement>): JSX.Element;
//# sourceMappingURL=sanityMonogram.d.ts.map

18

package.json
{
"name": "@sanity/logos",
"version": "1.0.1",
"version": "1.0.2-next.46+b555f88",
"main": "dist/cjs/index.js",

@@ -12,5 +12,5 @@ "module": "dist/es/index.js",

"scripts": {
"build": "run-p build-*",
"build-cjs": "tsc --module CommonJS --outDir dist/cjs --project tsconfig.dist.json --rootDir src --target ES5",
"build-es": "tsc --module ES6 --outDir dist/es --project tsconfig.dist.json --rootDir src --target ES6",
"build": "run-p build:*",
"build:cjs": "tsc --module CommonJS --outDir dist/cjs --project tsconfig.dist.json --rootDir src --target ES5",
"build:es": "tsc --module ES6 --outDir dist/es --project tsconfig.dist.json --rootDir src --target ES6",
"clean": "rimraf dist",

@@ -21,8 +21,8 @@ "lint": "eslint . --ext .js,.jsx,.mjs,.ts,.tsx",

"type-check": "tsc --noEmit",
"watch": "run-p watch-cjs watch-es",
"watch-cjs": "tsc --preserveWatchOutput -w --module CommonJS --outDir dist/cjs --project tsconfig.dist.json --rootDir src --target ES5",
"watch-es": "tsc --preserveWatchOutput -w --module ES6 --outDir dist/es --project tsconfig.dist.json --rootDir src --target ES6"
"watch": "run-p watch:*",
"watch:cjs": "tsc --preserveWatchOutput -w --module CommonJS --outDir dist/cjs --project tsconfig.dist.json --rootDir src --target ES5",
"watch:es": "tsc --preserveWatchOutput -w --module ES6 --outDir dist/es --project tsconfig.dist.json --rootDir src --target ES6"
},
"devDependencies": {
"@sanity/color": "^2.0.12",
"@sanity/color": "^2.0.13-next.46+b555f88",
"react": "17.0.1"

@@ -51,3 +51,3 @@ },

},
"gitHead": "6723c7954ad5b928216ac3b57891f96b90df892a"
"gitHead": "b555f888eeb46b77707fce5c45227ab9ac5f2e83"
}
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