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

@opticss/element-analysis

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opticss/element-analysis - npm Package Compare versions

Comparing version

to
0.6.0

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

# [0.6.0](https://github.com/linkedin/opticss/compare/@opticss/element-analysis@0.5.0...@opticss/element-analysis@0.6.0) (2019-04-25)
**Note:** Version bump only for package @opticss/element-analysis
# 0.5.0 (2019-04-19)

@@ -8,0 +16,0 @@

@@ -184,1 +184,2 @@ export interface HasNamespace {

export declare function isFlattenedSet(value: FlattenedAttributeValue): value is FlattenedAttributeValueSet;
//# sourceMappingURL=Attribute.d.ts.map

@@ -13,1 +13,2 @@ import { AttributeValueChoice, AttributeValueChoiceOption, AttributeValueSet, AttributeValueSetItem, ValueAbsent, ValueConstant, ValueEndsWith, ValueStartsAndEndsWith, ValueStartsWith, ValueUnknown, ValueUnknownIdentifier } from "./Attribute";

}
//# sourceMappingURL=attrValues.d.ts.map

@@ -35,1 +35,2 @@ import { Attr, SerializedAttribute } from "./Attribute";

export declare function unknownElement(unknownAttrs?: string[], startPosition?: SourcePosition, endPosition?: SourcePosition): Element;
//# sourceMappingURL=Element.d.ts.map

@@ -6,1 +6,2 @@ export * from "./Attribute";

export * from "./Tagname";
//# sourceMappingURL=index.d.ts.map

@@ -13,1 +13,2 @@ export declare const POSITION_UNKNOWN: SourcePosition;

export declare function isSourceLocation(location: object): location is SourceLocation;
//# sourceMappingURL=SourceLocation.d.ts.map

@@ -31,1 +31,2 @@ import { HasNamespace, ValueConstant, ValueUnknown } from "./Attribute";

}
//# sourceMappingURL=Tagname.d.ts.map

@@ -5,1 +5,2 @@ export declare class ElementAnalysisTest {

}
//# sourceMappingURL=element-analysis-test.d.ts.map
{
"name": "@opticss/element-analysis",
"version": "0.5.0",
"version": "0.6.0",
"description": "Data structures for storing the analysis of elements.",

@@ -8,3 +8,3 @@ "main": "dist/src/index.js",

"scripts": {
"compile": "rm -rf dist && tsc",
"compile": "tsc --build",
"pretest": "yarn run compile",

@@ -42,6 +42,6 @@ "test": "mocha dist/test --opts test/mocha.opts",

"dependencies": {
"@opticss/util": "^0.5.0"
"@opticss/util": "^0.6.0"
},
"devDependencies": {
"@opticss/code-style": "^0.5.0",
"@opticss/code-style": "^0.6.0",
"@types/chai": "^4.0.4",

@@ -56,6 +56,10 @@ "@types/mocha": "^2.2.48",

"tslint": "^5.10.0",
"typedoc": "^0.13.0",
"typescript": "~3.1.6"
"typedoc": "^0.15.0-0",
"typescript": "~3.4.4"
},
"gitHead": "9779fe65b60f99c43b223adb0db5caf0b3822857"
"gitHead": "3b463c99f23b33516c488634d7ec0e428d49b95b",
"toolchain": {
"node": "10.15.3",
"yarn": "1.15.2"
}
}

@@ -19,3 +19,6 @@ {

"node_modules"
],
"references": [
{"path": "../code-style"}
]
}