Socket
Socket
Sign inDemoInstall

@emotion/types

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/types - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

7

dist/index.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var SCOPED_TYPE = 1;
var KEYFRAMES_TYPE = 2;
exports.SCOPED_TYPE = SCOPED_TYPE;
exports.KEYFRAMES_TYPE = KEYFRAMES_TYPE;
//# sourceMappingURL=index.cjs.js.map

3

dist/index.es.js

@@ -1,5 +0,2 @@

var SCOPED_TYPE = 1;
var KEYFRAMES_TYPE = 2;
export { SCOPED_TYPE, KEYFRAMES_TYPE };
//# sourceMappingURL=index.es.js.map

2

dist/index.min.js

@@ -1,2 +0,2 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.emotionTypes={})}(this,function(e){"use strict";e.SCOPED_TYPE=1,e.KEYFRAMES_TYPE=2,Object.defineProperty(e,"__esModule",{value:!0})});
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n():"function"==typeof define&&define.amd?define(n):n()}(0,function(){"use strict"});
//# sourceMappingURL=index.min.js.map
{
"name": "@emotion/types",
"version": "0.6.2",
"version": "0.7.0",
"description": "internal flow types and constants for emotion",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -26,16 +26,7 @@ // @flow

name: string,
styles: string,
type: 1
styles: string
|}
export type KeyframesInsertableStyles = {|
export type Keyframes = {|
name: string,
styles: string,
type: 2
styles: string
|}
export type InsertableStyles =
| ScopedInsertableStyles
| KeyframesInsertableStyles
export const SCOPED_TYPE = 1
export const KEYFRAMES_TYPE = 2

Sorry, the diff of this file is not supported yet

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